#8C6E56

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

Shades of Leather #8C6E56

Tints of Leather #8C6E56

Color information

#8C6E56 (or 0x8C6E56) is unknown color: approx Leather. HEX triplet: 8C, 6E and 56. RGB value is (140,110,86). Sum of RGB (Red+Green+Blue) = 140+110+86=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6E56 is #7391A9. Grayscale: #747474. Windows color (decimal): -7573930 or 5664396. OLE color: 5664396.

HSL color Cylindrical-coordinate representation of color #8C6E56: hue angle of 26.67º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C6E56 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB14011086-
CMYK00.210.390.45
HSL26.67º23.89%44.31%-
HSV(B)26.67º38.57%54.9%-
XYZ18.0717.411.21-
YUV116.23110.94144.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.67%
GREEN value IS 110 (43.36% from 255) = 32.74%
BLUE value IS 86 (33.98% from 255) = 25.60%
R=41.67%
G=32.74%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401108600.210.390.4526.6723.8944.31
Hex8C6E56015272D1b182c
Octal2141561260254755333054
Binary10001100110111010101100101011001111011011101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C6E56; }

 p { color: rgb(140,110,86); }

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

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

 a { background-color: rgb(140,110,86); }

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

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

 span { border-color: rgb(140,110,86); }

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