#906556

Color #906556 Leather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Leather #906556

Tints of Leather #906556

Color information

#906556 (or 0x906556) is unknown color: approx Leather. HEX triplet: 90, 65 and 56. RGB value is (144,101,86). Sum of RGB (Red+Green+Blue) = 144+101+86=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 144 - color contains mainly: red. Hex color #906556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906556 is #6F9AA9. Grayscale: #707070. Windows color (decimal): -7314090 or 5662096. OLE color: 5662096.

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

Color convert

RGB14410186-
CMYK00.300.400.44
HSL15.52º25.22%45.1%-
HSV(B)15.52º40.28%56.47%-
XYZ17.8315.9110.93-
YUV112.15113.25150.72-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.50%
GREEN value IS 101 (39.84% from 255) = 30.51%
BLUE value IS 86 (33.98% from 255) = 25.98%
R=43.50%
G=30.51%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441018600.300.400.4415.5225.2245.1
Hex90655601E282C10192d
Octal2201451260365054203155
Binary10010000110010110101100111101010001011001000011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906556; }

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

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

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

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

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

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

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

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