#8D6955

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

Shades of Leather #8D6955

Tints of Leather #8D6955

Color information

#8D6955 (or 0x8D6955) is unknown color: approx Leather. HEX triplet: 8D, 69 and 55. RGB value is (141,105,85). Sum of RGB (Red+Green+Blue) = 141+105+85=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6955 is #7296AA. Grayscale: #717171. Windows color (decimal): -7509675 or 5597581. OLE color: 5597581.

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

Color convert

RGB14110585-
CMYK00.260.400.45
HSL21.43º24.78%44.31%-
HSV(B)21.43º39.72%55.29%-
XYZ17.6816.4210.83-
YUV113.48111.93147.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.60%
GREEN value IS 105 (41.41% from 255) = 31.72%
BLUE value IS 85 (33.59% from 255) = 25.68%
R=42.60%
G=31.72%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411058500.260.400.4521.4324.7844.31
Hex8D695501A282D15192c
Octal2151511250325055253154
Binary10001101110100110101010110101010001011011010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,105,85); }

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

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

 a { background-color: rgb(141,105,85); }

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

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

 span { border-color: rgb(141,105,85); }

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