#8F6659

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

Shades of Leather #8F6659

Tints of Leather #8F6659

Color information

#8F6659 (or 0x8F6659) is unknown color: approx Leather. HEX triplet: 8F, 66 and 59. RGB value is (143,102,89). Sum of RGB (Red+Green+Blue) = 143+102+89=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6659 is #7099A6. Grayscale: #707070. Windows color (decimal): -7379367 or 5858959. OLE color: 5858959.

HSL color Cylindrical-coordinate representation of color #8F6659: hue angle of 14.44º degrees, saturation: 0.23, 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 #8F6659 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB14310289-
CMYK00.290.380.44
HSL14.44º23.28%45.49%-
HSV(B)14.44º37.76%56.08%-
XYZ17.8816.0611.61-
YUV112.78114.58149.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.81%
GREEN value IS 102 (40.23% from 255) = 30.54%
BLUE value IS 89 (35.16% from 255) = 26.65%
R=42.81%
G=30.54%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431028900.290.380.4414.4423.2845.49
Hex8F665901D262Ce172d
Octal2171461310354654162755
Binary1000111111001101011001011101100110101100111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,102,89); }

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

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

 a { background-color: rgb(143,102,89); }

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

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

 span { border-color: rgb(143,102,89); }

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