#8D6558

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

Shades of Leather #8D6558

Tints of Leather #8D6558

Color information

#8D6558 (or 0x8D6558) is unknown color: approx Leather. HEX triplet: 8D, 65 and 58. RGB value is (141,101,88). Sum of RGB (Red+Green+Blue) = 141+101+88=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6558 is #729AA7. Grayscale: #6F6F6F. Windows color (decimal): -7510696 or 5793165. OLE color: 5793165.

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

Color convert

RGB14110188-
CMYK00.280.380.45
HSL14.72º23.14%44.9%-
HSV(B)14.72º37.59%55.29%-
XYZ17.415.6711.34-
YUV111.48114.75149.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.73%
GREEN value IS 101 (39.84% from 255) = 30.61%
BLUE value IS 88 (34.77% from 255) = 26.67%
R=42.73%
G=30.61%
B=26.67%

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
Decimal1411018800.280.380.4514.7223.1444.9
Hex8D655801C262Df172d
Octal2151451300344655172755
Binary1000110111001011011000011100100110101101111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,101,88); }

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

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

 a { background-color: rgb(141,101,88); }

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

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

 span { border-color: rgb(141,101,88); }

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