#906D4E

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

Shades of Leather #906D4E

Tints of Leather #906D4E

Color information

#906D4E (or 0x906D4E) is unknown color: approx Leather. HEX triplet: 90, 6D and 4E. RGB value is (144,109,78). Sum of RGB (Red+Green+Blue) = 144+109+78=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 144 - color contains mainly: red. Hex color #906D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906D4E is #6F92B1. Grayscale: #747474. Windows color (decimal): -7312050 or 5139856. OLE color: 5139856.

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

Color convert

RGB14410978-
CMYK00.240.460.44
HSL28.18º29.73%43.53%-
HSV(B)28.18º45.83%56.47%-
XYZ18.3517.429.6-
YUV115.93106.6148.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.50%
GREEN value IS 109 (42.97% from 255) = 32.93%
BLUE value IS 78 (30.86% from 255) = 23.56%
R=43.50%
G=32.93%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441097800.240.460.4428.1829.7343.53
Hex906D4E0182E2C1c1e2c
Octal2201551160305654343654
Binary10010000110110110011100110001011101011001110011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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