#8F6863

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

Shades of Dark Chestnut #8F6863

Tints of Dark Chestnut #8F6863

Color information

#8F6863 (or 0x8F6863) is unknown color: approx Dark Chestnut. HEX triplet: 8F, 68 and 63. RGB value is (143,104,99). Sum of RGB (Red+Green+Blue) = 143+104+99=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6863 is #70979C. Grayscale: #737373. Windows color (decimal): -7378845 or 6514831. OLE color: 6514831.

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

Color convert

RGB14310499-
CMYK00.270.310.44
HSL6.82º18.18%47.45%-
HSV(B)6.82º30.77%56.08%-
XYZ18.5316.6414.04-
YUV115.09118.92147.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.33%
GREEN value IS 104 (41.02% from 255) = 30.06%
BLUE value IS 99 (39.06% from 255) = 28.61%
R=41.33%
G=30.06%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431049900.270.310.446.8218.1847.45
Hex8F686301B1F2C7122f
Octal217150143033375472257
Binary10001111110100011000110110111111110110011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,104,99); }

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

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

 a { background-color: rgb(143,104,99); }

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

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

 span { border-color: rgb(143,104,99); }

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