#8C6659

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

Shades of Leather #8C6659

Tints of Leather #8C6659

Color information

#8C6659 (or 0x8C6659) is unknown color: approx Leather. HEX triplet: 8C, 66 and 59. RGB value is (140,102,89). Sum of RGB (Red+Green+Blue) = 140+102+89=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6659 is #7399A6. Grayscale: #6F6F6F. Windows color (decimal): -7575975 or 5858956. OLE color: 5858956.

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

Color convert

RGB14010289-
CMYK00.270.360.45
HSL15.29º22.27%44.9%-
HSV(B)15.29º36.43%54.9%-
XYZ17.3715.811.59-
YUV111.88115.09148.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.30%
GREEN value IS 102 (40.23% from 255) = 30.82%
BLUE value IS 89 (35.16% from 255) = 26.89%
R=42.30%
G=30.82%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401028900.270.360.4515.2922.2744.9
Hex8C665901B242Df162d
Octal2141461310334455172655
Binary1000110011001101011001011011100100101101111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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