#906959

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

Shades of Leather #906959

Tints of Leather #906959

Color information

#906959 (or 0x906959) is unknown color: approx Leather. HEX triplet: 90, 69 and 59. RGB value is (144,105,89). Sum of RGB (Red+Green+Blue) = 144+105+89=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #906959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906959 is #6F96A6. Grayscale: #727272. Windows color (decimal): -7313063 or 5859728. OLE color: 5859728.

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

Color convert

RGB14410589-
CMYK00.270.380.44
HSL17.45º23.61%45.69%-
HSV(B)17.45º38.19%56.47%-
XYZ18.3616.7511.72-
YUV114.84113.42148.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.60%
GREEN value IS 105 (41.41% from 255) = 31.07%
BLUE value IS 89 (35.16% from 255) = 26.33%
R=42.60%
G=31.07%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441058900.270.380.4417.4523.6145.69
Hex90695901B262C11182e
Octal2201511310334654213056
Binary10010000110100110110010110111001101011001000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906959; }

 p { color: rgb(144,105,89); }

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

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

 a { background-color: rgb(144,105,89); }

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

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

 span { border-color: rgb(144,105,89); }

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