#906D56

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

Shades of Leather #906D56

Tints of Leather #906D56

Color information

#906D56 (or 0x906D56) is unknown color: approx Leather. HEX triplet: 90, 6D and 56. RGB value is (144,109,86). Sum of RGB (Red+Green+Blue) = 144+109+86=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #906D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906D56 is #6F92A9. Grayscale: #747474. Windows color (decimal): -7312042 or 5664144. OLE color: 5664144.

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

Color convert

RGB14410986-
CMYK00.240.400.44
HSL23.79º25.22%45.1%-
HSV(B)23.79º40.28%56.47%-
XYZ18.6517.5411.21-
YUV116.84110.6147.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.48%
GREEN value IS 109 (42.97% from 255) = 32.15%
BLUE value IS 86 (33.98% from 255) = 25.37%
R=42.48%
G=32.15%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441098600.240.400.4423.7925.2245.1
Hex906D56018282C18192d
Octal2201551260305054303155
Binary10010000110110110101100110001010001011001100011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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