#8F6B50

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

Shades of Leather #8F6B50

Tints of Leather #8F6B50

Color information

#8F6B50 (or 0x8F6B50) is unknown color: approx Leather. HEX triplet: 8F, 6B and 50. RGB value is (143,107,80). Sum of RGB (Red+Green+Blue) = 143+107+80=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6B50 is #7094AF. Grayscale: #727272. Windows color (decimal): -7378096 or 5270415. OLE color: 5270415.

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

Color convert

RGB14310780-
CMYK00.250.440.44
HSL25.71º28.25%43.73%-
HSV(B)25.71º44.06%56.08%-
XYZ18.0316.939.91-
YUV114.69108.43148.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.33%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 80 (31.64% from 255) = 24.24%
R=43.33%
G=32.42%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431078000.250.440.4425.7128.2543.73
Hex8F6B500192C2C1a1c2c
Octal2171531200315454323454
Binary10001111110101110100000110011011001011001101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,107,80); }

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

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

 a { background-color: rgb(143,107,80); }

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

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

 span { border-color: rgb(143,107,80); }

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