#8f6c4f

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

Shades of Leather #8F6C4F

Tints of Leather #8F6C4F

Color information

#8F6C4F (or 0x8F6C4F) is unknown color: approx Leather. HEX triplet: 8F, 6C and 4F. RGB value is (143,108,79). Sum of RGB (Red+Green+Blue) = 143+108+79=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6C4F is #7093B0. Grayscale: #737373. Windows color (decimal): -7377841 or 5205135. OLE color: 5205135.

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

Color convert

RGB14310879-
CMYK00.240.450.44
HSL27.19º28.83%43.53%-
HSV(B)27.19º44.76%56.08%-
XYZ18.117.139.75-
YUV115.16107.6147.86-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.33%
GREEN value IS 108 (42.58% from 255) = 32.73%
BLUE value IS 79 (31.25% from 255) = 23.94%
R=43.33%
G=32.73%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431087900.240.450.4427.1928.8343.53
Hex8F6C4F0182D2C1b1d2c
Octal2171541170305554333554
Binary10001111110110010011110110001011011011001101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f6c4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,108,79); }

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

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

 a { background-color: rgb(143,108,79); }

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

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

 span { border-color: rgb(143,108,79); }

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