#8F6759

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

Shades of Leather #8F6759

Tints of Leather #8F6759

Color information

#8F6759 (or 0x8F6759) is unknown color: approx Leather. HEX triplet: 8F, 67 and 59. RGB value is (143,103,89). Sum of RGB (Red+Green+Blue) = 143+103+89=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6759 is #7098A6. Grayscale: #717171. Windows color (decimal): -7379111 or 5859215. OLE color: 5859215.

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

Color convert

RGB14310389-
CMYK00.280.380.44
HSL15.56º23.28%45.49%-
HSV(B)15.56º37.76%56.08%-
XYZ17.9816.2611.64-
YUV113.36114.25149.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.69%
GREEN value IS 103 (40.62% from 255) = 30.75%
BLUE value IS 89 (35.16% from 255) = 26.57%
R=42.69%
G=30.75%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431038900.280.380.4415.5623.2845.49
Hex8F675901C262C10172d
Octal2171471310344654202755
Binary10001111110011110110010111001001101011001000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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