#8C664D

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

Shades of Leather #8C664D

Tints of Leather #8C664D

Color information

#8C664D (or 0x8C664D) is unknown color: approx Leather. HEX triplet: 8C, 66 and 4D. RGB value is (140,102,77). Sum of RGB (Red+Green+Blue) = 140+102+77=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 140 - color contains mainly: red. Hex color #8C664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C664D is #7399B2. Grayscale: #6E6E6E. Windows color (decimal): -7575987 or 5072524. OLE color: 5072524.

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

Color convert

RGB14010277-
CMYK00.270.450.45
HSL23.81º29.03%42.55%-
HSV(B)23.81º45%54.9%-
XYZ16.9115.619.14-
YUV110.51109.09149.03-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.89%
GREEN value IS 102 (40.23% from 255) = 31.97%
BLUE value IS 77 (30.47% from 255) = 24.14%
R=43.89%
G=31.97%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401027700.270.450.4523.8129.0342.55
Hex8C664D01B2D2D181d2b
Octal2141461150335555303553
Binary10001100110011010011010110111011011011011100011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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