#8F6858

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

Shades of Leather #8F6858

Tints of Leather #8F6858

Color information

#8F6858 (or 0x8F6858) is unknown color: approx Leather. HEX triplet: 8F, 68 and 58. RGB value is (143,104,88). Sum of RGB (Red+Green+Blue) = 143+104+88=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6858 is #7097A7. Grayscale: #717171. Windows color (decimal): -7378856 or 5793935. OLE color: 5793935.

HSL color Cylindrical-coordinate representation of color #8F6858: hue angle of 17.45º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F6858 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB14310488-
CMYK00.270.380.44
HSL17.45º23.81%45.29%-
HSV(B)17.45º38.46%56.08%-
XYZ18.0416.4411.46-
YUV113.84113.42148.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.69%
GREEN value IS 104 (41.02% from 255) = 31.04%
BLUE value IS 88 (34.77% from 255) = 26.27%
R=42.69%
G=31.04%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431048800.270.380.4417.4523.8145.29
Hex8F685801B262C11182d
Octal2171501300334654213055
Binary10001111110100010110000110111001101011001000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,104,88); }

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

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

 a { background-color: rgb(143,104,88); }

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

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

 span { border-color: rgb(143,104,88); }

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