#8C6854

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

Shades of Leather #8C6854

Tints of Leather #8C6854

Color information

#8C6854 (or 0x8C6854) is unknown color: approx Leather. HEX triplet: 8C, 68 and 54. RGB value is (140,104,84). Sum of RGB (Red+Green+Blue) = 140+104+84=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6854 is #7397AB. Grayscale: #707070. Windows color (decimal): -7575468 or 5531788. OLE color: 5531788.

HSL color Cylindrical-coordinate representation of color #8C6854: hue angle of 21.43º 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 #8C6854 is Cyan = 0, Magento = 0.26, Yellow = 0.4 and Black (K on CMYK) = 0.45.

Color convert

RGB14010484-
CMYK00.260.40.45
HSL21.43º25%43.92%-
HSV(B)21.43º40%54.9%-
XYZ17.3716.1210.58-
YUV112.48111.93147.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.68%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 84 (33.20% from 255) = 25.61%
R=42.68%
G=31.71%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.4
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401048400.260.40.4521.432543.92
Hex8C685401A282D15192c
Octal2141501240325055253154
Binary10001100110100010101000110101010001011011010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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