#8C6654

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

Shades of Leather #8C6654

Tints of Leather #8C6654

Color information

#8C6654 (or 0x8C6654) is unknown color: approx Leather. HEX triplet: 8C, 66 and 54. RGB value is (140,102,84). Sum of RGB (Red+Green+Blue) = 140+102+84=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6654 is #7399AB. Grayscale: #6F6F6F. Windows color (decimal): -7575980 or 5531276. OLE color: 5531276.

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

Color convert

RGB14010284-
CMYK00.270.40.45
HSL19.29º25%43.92%-
HSV(B)19.29º40%54.9%-
XYZ17.1715.7210.52-
YUV111.31112.59148.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.94%
GREEN value IS 102 (40.23% from 255) = 31.29%
BLUE value IS 84 (33.20% from 255) = 25.77%
R=42.94%
G=31.29%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.4
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401028400.270.40.4519.292543.92
Hex8C665401B282D13192c
Octal2141461240335055233154
Binary10001100110011010101000110111010001011011001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,102,84); }

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

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

 a { background-color: rgb(140,102,84); }

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

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

 span { border-color: rgb(140,102,84); }

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