#906A59

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

Shades of Leather #906A59

Tints of Leather #906A59

Color information

#906A59 (or 0x906A59) is unknown color: approx Leather. HEX triplet: 90, 6A and 59. RGB value is (144,106,89). Sum of RGB (Red+Green+Blue) = 144+106+89=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #906A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906A59 is #6F95A6. Grayscale: #737373. Windows color (decimal): -7312807 or 5859984. OLE color: 5859984.

HSL color Cylindrical-coordinate representation of color #906A59: hue angle of 18.55º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #906A59 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB14410689-
CMYK00.260.380.44
HSL18.55º23.61%45.69%-
HSV(B)18.55º38.19%56.47%-
XYZ18.4616.9611.75-
YUV115.42113.09148.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.48%
GREEN value IS 106 (41.80% from 255) = 31.27%
BLUE value IS 89 (35.16% from 255) = 26.25%
R=42.48%
G=31.27%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441068900.260.380.4418.5523.6145.69
Hex906A5901A262C13182e
Octal2201521310324654233056
Binary10010000110101010110010110101001101011001001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906A59; }

 p { color: rgb(144,106,89); }

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

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

 a { background-color: rgb(144,106,89); }

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

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

 span { border-color: rgb(144,106,89); }

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