#8F675A

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

Shades of Leather #8F675A

Tints of Leather #8F675A

Color information

#8F675A (or 0x8F675A) is unknown color: approx Leather. HEX triplet: 8F, 67 and 5A. RGB value is (143,103,90). Sum of RGB (Red+Green+Blue) = 143+103+90=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 143 - color contains mainly: red. Hex color #8F675A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F675A is #7098A5. Grayscale: #717171. Windows color (decimal): -7379110 or 5924751. OLE color: 5924751.

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

Color convert

RGB14310390-
CMYK00.280.370.44
HSL14.72º22.75%45.69%-
HSV(B)14.72º37.06%56.08%-
XYZ18.0216.2811.86-
YUV113.48114.75149.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.56%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 90 (35.55% from 255) = 26.79%
R=42.56%
G=30.65%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431039000.280.370.4414.7222.7545.69
Hex8F675A01C252Cf172e
Octal2171471320344554172756
Binary1000111111001111011010011100100101101100111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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