#906E51

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

Shades of Leather #906E51

Tints of Leather #906E51

Color information

#906E51 (or 0x906E51) is unknown color: approx Leather. HEX triplet: 90, 6E and 51. RGB value is (144,110,81). Sum of RGB (Red+Green+Blue) = 144+110+81=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #906E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906E51 is #6F91AE. Grayscale: #757575. Windows color (decimal): -7311791 or 5336720. OLE color: 5336720.

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

Color convert

RGB14411081-
CMYK00.240.440.44
HSL27.62º28%44.12%-
HSV(B)27.62º43.75%56.47%-
XYZ18.5617.6810.22-
YUV116.86107.76147.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.99%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 81 (32.03% from 255) = 24.18%
R=42.99%
G=32.84%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441108100.240.440.4427.622844.12
Hex906E510182C2C1c1c2c
Octal2201561210305454343454
Binary10010000110111010100010110001011001011001110011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,110,81); }

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

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

 a { background-color: rgb(144,110,81); }

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

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

 span { border-color: rgb(144,110,81); }

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