#8D6658

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

Shades of Leather #8D6658

Tints of Leather #8D6658

Color information

#8D6658 (or 0x8D6658) is unknown color: approx Leather. HEX triplet: 8D, 66 and 58. RGB value is (141,102,88). Sum of RGB (Red+Green+Blue) = 141+102+88=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6658 is #7299A7. Grayscale: #707070. Windows color (decimal): -7510440 or 5793421. OLE color: 5793421.

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

Color convert

RGB14110288-
CMYK00.280.380.45
HSL15.85º23.14%44.9%-
HSV(B)15.85º37.59%55.29%-
XYZ17.515.8711.37-
YUV112.06114.42148.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.60%
GREEN value IS 102 (40.23% from 255) = 30.82%
BLUE value IS 88 (34.77% from 255) = 26.59%
R=42.60%
G=30.82%
B=26.59%

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
Decimal1411028800.280.380.4515.8523.1444.9
Hex8D665801C262D10172d
Octal2151461300344655202755
Binary10001101110011010110000111001001101011011000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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