#90564D

Color #90564D Copper Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper Rust #90564D

Tints of Copper Rust #90564D

Color information

#90564D (or 0x90564D) is unknown color: approx Copper Rust. HEX triplet: 90, 56 and 4D. RGB value is (144,86,77). Sum of RGB (Red+Green+Blue) = 144+86+77=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #90564D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90564D is #6FA9B2. Grayscale: #666666. Windows color (decimal): -7317939 or 5068432. OLE color: 5068432.

HSL color Cylindrical-coordinate representation of color #90564D: hue angle of 8.06º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90564D is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB1448677-
CMYK00.400.470.44
HSL8.06º30.32%43.33%-
HSV(B)8.06º46.53%56.47%-
XYZ16.1713.128.7-
YUV102.32113.72157.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 46.91%
GREEN value IS 86 (33.98% from 255) = 28.01%
BLUE value IS 77 (30.47% from 255) = 25.08%
R=46.91%
G=28.01%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144867700.400.470.448.0630.3243.33
Hex90564D0282F2C81e2b
Octal2201261150505754103653
Binary10010000101011010011010101000101111101100100011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90564D; }

 p { color: rgb(144,86,77); }

 H1.HeaderClassName
 {
   color: #90564D;
 }
 .AnyTagClassName
 {
   color: #90564D;
 }
</style>
background-color css

<style>
 a { background-color: #90564D; }

 a { background-color: rgb(144,86,77); }

 div.DivClassName
 {
   background-color: #90564D;
 }
 .BgClassName
 {
   background-color: #90564D;
 }
</style>
border-color css

<style>
 span { border-color: #90564D; }

 span { border-color: rgb(144,86,77); }

 td.TdClassName
 {
   border-color: #90564D;
 }
 .TagClassName
 {
   border-color: #90564D;
 }
</style>