#906F52

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

Shades of Leather #906F52

Tints of Leather #906F52

Color information

#906F52 (or 0x906F52) is unknown color: approx Leather. HEX triplet: 90, 6F and 52. RGB value is (144,111,82). Sum of RGB (Red+Green+Blue) = 144+111+82=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #906F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906F52 is #6F90AD. Grayscale: #757575. Windows color (decimal): -7311534 or 5402512. OLE color: 5402512.

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

Color convert

RGB14411182-
CMYK00.230.430.44
HSL28.06º27.43%44.31%-
HSV(B)28.06º43.06%56.47%-
XYZ18.7117.9110.45-
YUV117.56107.93146.86-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.73%
GREEN value IS 111 (43.75% from 255) = 32.94%
BLUE value IS 82 (32.42% from 255) = 24.33%
R=42.73%
G=32.94%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441118200.230.430.4428.0627.4344.31
Hex906F520172B2C1c1b2c
Octal2201571220275354343354
Binary10010000110111110100100101111010111011001110011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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