#8D6654

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

Shades of Leather #8D6654

Tints of Leather #8D6654

Color information

#8D6654 (or 0x8D6654) is unknown color: approx Leather. HEX triplet: 8D, 66 and 54. RGB value is (141,102,84). Sum of RGB (Red+Green+Blue) = 141+102+84=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6654 is #7299AB. Grayscale: #6F6F6F. Windows color (decimal): -7510444 or 5531277. OLE color: 5531277.

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

Color convert

RGB14110284-
CMYK00.280.400.45
HSL18.95º25.33%44.12%-
HSV(B)18.95º40.43%55.29%-
XYZ17.3415.8110.52-
YUV111.61112.42148.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.12%
GREEN value IS 102 (40.23% from 255) = 31.19%
BLUE value IS 84 (33.20% from 255) = 25.69%
R=43.12%
G=31.19%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411028400.280.400.4518.9525.3344.12
Hex8D665401C282D13192c
Octal2151461240345055233154
Binary10001101110011010101000111001010001011011001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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