#8D6657

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

Shades of Leather #8D6657

Tints of Leather #8D6657

Color information

#8D6657 (or 0x8D6657) is unknown color: approx Leather. HEX triplet: 8D, 66 and 57. RGB value is (141,102,87). Sum of RGB (Red+Green+Blue) = 141+102+87=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6657 is #7299A8. Grayscale: #707070. Windows color (decimal): -7510441 or 5727885. OLE color: 5727885.

HSL color Cylindrical-coordinate representation of color #8D6657: hue angle of 16.67º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D6657 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB14110287-
CMYK00.280.380.45
HSL16.67º23.68%44.71%-
HSV(B)16.67º38.3%55.29%-
XYZ17.4615.8511.16-
YUV111.95113.92148.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.73%
GREEN value IS 102 (40.23% from 255) = 30.91%
BLUE value IS 87 (34.38% from 255) = 26.36%
R=42.73%
G=30.91%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411028700.280.380.4516.6723.6844.71
Hex8D665701C262D11182d
Octal2151461270344655213055
Binary10001101110011010101110111001001101011011000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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