#8F675C

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

Shades of Dark Chestnut #8F675C

Tints of Dark Chestnut #8F675C

Color information

#8F675C (or 0x8F675C) is unknown color: approx Dark Chestnut. HEX triplet: 8F, 67 and 5C. RGB value is (143,103,92). Sum of RGB (Red+Green+Blue) = 143+103+92=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 143 - color contains mainly: red. Hex color #8F675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F675C is #7098A3. Grayscale: #717171. Windows color (decimal): -7379108 or 6055823. OLE color: 6055823.

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

Color convert

RGB14310392-
CMYK00.280.360.44
HSL12.94º21.7%46.08%-
HSV(B)12.94º35.66%56.08%-
XYZ18.1116.3112.32-
YUV113.71115.75148.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.31%
GREEN value IS 103 (40.62% from 255) = 30.47%
BLUE value IS 92 (36.33% from 255) = 27.22%
R=42.31%
G=30.47%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431039200.280.360.4412.9421.746.08
Hex8F675C01C242Cd162e
Octal2171471340344454152656
Binary1000111111001111011100011100100100101100110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F675C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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