#8C654C

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

Shades of Leather #8C654C

Tints of Leather #8C654C

Color information

#8C654C (or 0x8C654C) is unknown color: approx Leather. HEX triplet: 8C, 65 and 4C. RGB value is (140,101,76). Sum of RGB (Red+Green+Blue) = 140+101+76=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C654C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C654C is #739AB3. Grayscale: #6D6D6D. Windows color (decimal): -7576244 or 5006732. OLE color: 5006732.

HSL color Cylindrical-coordinate representation of color #8C654C: hue angle of 23.44º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C654C is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB14010176-
CMYK00.280.460.45
HSL23.44º29.63%42.35%-
HSV(B)23.44º45.71%54.9%-
XYZ16.7715.48.93-
YUV109.81108.92149.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.16%
GREEN value IS 101 (39.84% from 255) = 31.86%
BLUE value IS 76 (30.08% from 255) = 23.97%
R=44.16%
G=31.86%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401017600.280.460.4523.4429.6342.35
Hex8C654C01C2E2D171e2a
Octal2141451140345655273652
Binary10001100110010110011000111001011101011011011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C654C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,101,76); }

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

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

 a { background-color: rgb(140,101,76); }

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

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

 span { border-color: rgb(140,101,76); }

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