#906E52

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

Shades of Leather #906E52

Tints of Leather #906E52

Color information

#906E52 (or 0x906E52) is unknown color: approx Leather. HEX triplet: 90, 6E and 52. RGB value is (144,110,82). Sum of RGB (Red+Green+Blue) = 144+110+82=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #906E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906E52 is #6F91AD. Grayscale: #757575. Windows color (decimal): -7311790 or 5402256. OLE color: 5402256.

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

Color convert

RGB14411082-
CMYK00.240.430.44
HSL27.1º27.43%44.31%-
HSV(B)27.1º43.06%56.47%-
XYZ18.617.6910.42-
YUV116.97108.26147.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.86%
GREEN value IS 110 (43.36% from 255) = 32.74%
BLUE value IS 82 (32.42% from 255) = 24.40%
R=42.86%
G=32.74%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441108200.240.430.4427.127.4344.31
Hex906E520182B2C1b1b2c
Octal2201561220305354333354
Binary10010000110111010100100110001010111011001101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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