#906856

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

Shades of Leather #906856

Tints of Leather #906856

Color information

#906856 (or 0x906856) is unknown color: approx Leather. HEX triplet: 90, 68 and 56. RGB value is (144,104,86). Sum of RGB (Red+Green+Blue) = 144+104+86=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 144 - color contains mainly: red. Hex color #906856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906856 is #6F97A9. Grayscale: #727272. Windows color (decimal): -7313322 or 5662864. OLE color: 5662864.

HSL color Cylindrical-coordinate representation of color #906856: hue angle of 18.62º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #906856 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB14410486-
CMYK00.280.400.44
HSL18.62º25.22%45.1%-
HSV(B)18.62º40.28%56.47%-
XYZ18.1316.511.03-
YUV113.91112.25149.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.11%
GREEN value IS 104 (41.02% from 255) = 31.14%
BLUE value IS 86 (33.98% from 255) = 25.75%
R=43.11%
G=31.14%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441048600.280.400.4418.6225.2245.1
Hex90685601C282C13192d
Octal2201501260345054233155
Binary10010000110100010101100111001010001011001001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906856; }

 p { color: rgb(144,104,86); }

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

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

 a { background-color: rgb(144,104,86); }

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

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

 span { border-color: rgb(144,104,86); }

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