#8C6953

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

Shades of Leather #8C6953

Tints of Leather #8C6953

Color information

#8C6953 (or 0x8C6953) is unknown color: approx Leather. HEX triplet: 8C, 69 and 53. RGB value is (140,105,83). Sum of RGB (Red+Green+Blue) = 140+105+83=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6953 is #7396AC. Grayscale: #717171. Windows color (decimal): -7575213 or 5466508. OLE color: 5466508.

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

Color convert

RGB14010583-
CMYK00.250.410.45
HSL23.16º25.56%43.73%-
HSV(B)23.16º40.71%54.9%-
XYZ17.4316.310.41-
YUV112.96111.1147.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.68%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 83 (32.81% from 255) = 25.30%
R=42.68%
G=32.01%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401058300.250.410.4523.1625.5643.73
Hex8C6953019292D171a2c
Octal2141511230315155273254
Binary10001100110100110100110110011010011011011011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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