#8D664D

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

Shades of Leather #8D664D

Tints of Leather #8D664D

Color information

#8D664D (or 0x8D664D) is unknown color: approx Leather. HEX triplet: 8D, 66 and 4D. RGB value is (141,102,77). Sum of RGB (Red+Green+Blue) = 141+102+77=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 141 - color contains mainly: red. Hex color #8D664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D664D is #7299B2. Grayscale: #6E6E6E. Windows color (decimal): -7510451 or 5072525. OLE color: 5072525.

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

Color convert

RGB14110277-
CMYK00.280.450.45
HSL23.44º29.36%42.75%-
HSV(B)23.44º45.39%55.29%-
XYZ17.0815.79.15-
YUV110.81108.92149.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.06%
GREEN value IS 102 (40.23% from 255) = 31.88%
BLUE value IS 77 (30.47% from 255) = 24.06%
R=44.06%
G=31.88%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411027700.280.450.4523.4429.3642.75
Hex8D664D01C2D2D171d2b
Octal2151461150345555273553
Binary10001101110011010011010111001011011011011011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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