#8F6751

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

Shades of Leather #8F6751

Tints of Leather #8F6751

Color information

#8F6751 (or 0x8F6751) is unknown color: approx Leather. HEX triplet: 8F, 67 and 51. RGB value is (143,103,81). Sum of RGB (Red+Green+Blue) = 143+103+81=327 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.73% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6751 is #7098AE. Grayscale: #707070. Windows color (decimal): -7379119 or 5334927. OLE color: 5334927.

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

Color convert

RGB14310381-
CMYK00.280.430.44
HSL21.29º27.68%43.92%-
HSV(B)21.29º43.36%56.08%-
XYZ17.6616.139.97-
YUV112.45110.25149.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.73%
GREEN value IS 103 (40.62% from 255) = 31.50%
BLUE value IS 81 (32.03% from 255) = 24.77%
R=43.73%
G=31.50%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431038100.280.430.4421.2927.6843.92
Hex8F675101C2B2C151c2c
Octal2171471210345354253454
Binary10001111110011110100010111001010111011001010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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