#8f6f56

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

Shades of Leather #8F6F56

Tints of Leather #8F6F56

Color information

#8F6F56 (or 0x8F6F56) is unknown color: approx Leather. HEX triplet: 8F, 6F and 56. RGB value is (143,111,86). Sum of RGB (Red+Green+Blue) = 143+111+86=340 (45% of max value = 765). Red value is 143 (56.25% from 255 or 42.06% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6F56 is #7090A9. Grayscale: #757575. Windows color (decimal): -7377066 or 5664655. OLE color: 5664655.

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

Color convert

RGB14311186-
CMYK00.220.400.44
HSL26.32º24.89%44.9%-
HSV(B)26.32º39.86%56.08%-
XYZ18.6917.8811.27-
YUV117.72110.1146.03-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.06%
GREEN value IS 111 (43.75% from 255) = 32.65%
BLUE value IS 86 (33.98% from 255) = 25.29%
R=42.06%
G=32.65%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431118600.220.400.4426.3224.8944.9
Hex8F6F56016282C1a192d
Octal2171571260265054323155
Binary10001111110111110101100101101010001011001101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f6f56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,111,86); }

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

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

 a { background-color: rgb(143,111,86); }

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

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

 span { border-color: rgb(143,111,86); }

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