#906B51

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

Shades of Leather #906B51

Tints of Leather #906B51

Color information

#906B51 (or 0x906B51) is unknown color: approx Leather. HEX triplet: 90, 6B and 51. RGB value is (144,107,81). Sum of RGB (Red+Green+Blue) = 144+107+81=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 144 - color contains mainly: red. Hex color #906B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906B51 is #6F94AE. Grayscale: #737373. Windows color (decimal): -7312559 or 5335952. OLE color: 5335952.

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

Color convert

RGB14410781-
CMYK00.260.440.44
HSL24.76º28%44.12%-
HSV(B)24.76º43.75%56.47%-
XYZ18.2417.0410.11-
YUV115.1108.76148.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.37%
GREEN value IS 107 (42.19% from 255) = 32.23%
BLUE value IS 81 (32.03% from 255) = 24.40%
R=43.37%
G=32.23%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441078100.260.440.4424.762844.12
Hex906B5101A2C2C191c2c
Octal2201531210325454313454
Binary10010000110101110100010110101011001011001100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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