#8C6954

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

Shades of Leather #8C6954

Tints of Leather #8C6954

Color information

#8C6954 (or 0x8C6954) is unknown color: approx Leather. HEX triplet: 8C, 69 and 54. RGB value is (140,105,84). Sum of RGB (Red+Green+Blue) = 140+105+84=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6954 is #7396AB. Grayscale: #717171. Windows color (decimal): -7575212 or 5532044. OLE color: 5532044.

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

Color convert

RGB14010584-
CMYK00.250.40.45
HSL22.5º25%43.92%-
HSV(B)22.5º40%54.9%-
XYZ17.4716.3210.62-
YUV113.07111.6147.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.55%
GREEN value IS 105 (41.41% from 255) = 31.91%
BLUE value IS 84 (33.20% from 255) = 25.53%
R=42.55%
G=31.91%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.4
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401058400.250.40.4522.52543.92
Hex8C6954019282D16192c
Octal2141511240315055263154
Binary10001100110100110101000110011010001011011011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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