#90564F

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

Shades of Copper Rust #90564F

Tints of Copper Rust #90564F

Color information

#90564F (or 0x90564F) is unknown color: approx Copper Rust. HEX triplet: 90, 56 and 4F. RGB value is (144,86,79). Sum of RGB (Red+Green+Blue) = 144+86+79=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #90564F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90564F is #6FA9B0. Grayscale: #666666. Windows color (decimal): -7317937 or 5199504. OLE color: 5199504.

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

Color convert

RGB1448679-
CMYK00.400.450.44
HSL6.46º29.15%43.73%-
HSV(B)6.46º45.14%56.47%-
XYZ16.2413.159.08-
YUV102.54114.72157.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.60%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 79 (31.25% from 255) = 25.57%
R=46.60%
G=27.83%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144867900.400.450.446.4629.1543.73
Hex90564F0282D2C61d2c
Octal220126117050555463554
Binary1001000010101101001111010100010110110110011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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