#906E50

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

Shades of Leather #906E50

Tints of Leather #906E50

Color information

#906E50 (or 0x906E50) is unknown color: approx Leather. HEX triplet: 90, 6E and 50. RGB value is (144,110,80). Sum of RGB (Red+Green+Blue) = 144+110+80=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 144 - color contains mainly: red. Hex color #906E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906E50 is #6F91AF. Grayscale: #747474. Windows color (decimal): -7311792 or 5271184. OLE color: 5271184.

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

Color convert

RGB14411080-
CMYK00.240.440.44
HSL28.12º28.57%43.92%-
HSV(B)28.12º44.44%56.47%-
XYZ18.5317.6610.02-
YUV116.75107.26147.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.11%
GREEN value IS 110 (43.36% from 255) = 32.93%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=43.11%
G=32.93%
B=23.95%

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
Decimal1441108000.240.440.4428.1228.5743.92
Hex906E500182C2C1c1d2c
Octal2201561200305454343554
Binary10010000110111010100000110001011001011001110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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