#8C6552

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

Shades of Leather #8C6552

Tints of Leather #8C6552

Color information

#8C6552 (or 0x8C6552) is unknown color: approx Leather. HEX triplet: 8C, 65 and 52. RGB value is (140,101,82). Sum of RGB (Red+Green+Blue) = 140+101+82=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6552 is #739AAD. Grayscale: #6E6E6E. Windows color (decimal): -7576238 or 5399948. OLE color: 5399948.

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

Color convert

RGB14010182-
CMYK00.280.410.45
HSL19.66º26.13%43.53%-
HSV(B)19.66º41.43%54.9%-
XYZ16.9915.4910.08-
YUV110.49111.92149.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.34%
GREEN value IS 101 (39.84% from 255) = 31.27%
BLUE value IS 82 (32.42% from 255) = 25.39%
R=43.34%
G=31.27%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401018200.280.410.4519.6626.1343.53
Hex8C655201C292D141a2c
Octal2141451220345155243254
Binary10001100110010110100100111001010011011011010011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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