#8C684D

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

Shades of Leather #8C684D

Tints of Leather #8C684D

Color information

#8C684D (or 0x8C684D) is unknown color: approx Leather. HEX triplet: 8C, 68 and 4D. RGB value is (140,104,77). Sum of RGB (Red+Green+Blue) = 140+104+77=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 140 - color contains mainly: red. Hex color #8C684D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C684D is #7397B2. Grayscale: #6F6F6F. Windows color (decimal): -7575475 or 5073036. OLE color: 5073036.

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

Color convert

RGB14010477-
CMYK00.260.450.45
HSL25.71º29.03%42.55%-
HSV(B)25.71º45%54.9%-
XYZ17.1116.019.21-
YUV111.69108.43148.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.61%
GREEN value IS 104 (41.02% from 255) = 32.40%
BLUE value IS 77 (30.47% from 255) = 23.99%
R=43.61%
G=32.40%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401047700.260.450.4525.7129.0342.55
Hex8C684D01A2D2D1a1d2b
Octal2141501150325555323553
Binary10001100110100010011010110101011011011011101011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,104,77); }

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

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

 a { background-color: rgb(140,104,77); }

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

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

 span { border-color: rgb(140,104,77); }

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