#906656

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

Shades of Leather #906656

Tints of Leather #906656

Color information

#906656 (or 0x906656) is unknown color: approx Leather. HEX triplet: 90, 66 and 56. RGB value is (144,102,86). Sum of RGB (Red+Green+Blue) = 144+102+86=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 144 - color contains mainly: red. Hex color #906656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906656 is #6F99A9. Grayscale: #707070. Windows color (decimal): -7313834 or 5662352. OLE color: 5662352.

HSL color Cylindrical-coordinate representation of color #906656: hue angle of 16.55º 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 #906656 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB14410286-
CMYK00.290.400.44
HSL16.55º25.22%45.1%-
HSV(B)16.55º40.28%56.47%-
XYZ17.9316.110.97-
YUV112.73112.91150.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.37%
GREEN value IS 102 (40.23% from 255) = 30.72%
BLUE value IS 86 (33.98% from 255) = 25.90%
R=43.37%
G=30.72%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441028600.290.400.4416.5525.2245.1
Hex90665601D282C11192d
Octal2201461260355054213155
Binary10010000110011010101100111011010001011001000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906656; }

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

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

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

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

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

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

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

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