#8E6963

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

Shades of Dark Chestnut #8E6963

Tints of Dark Chestnut #8E6963

Color information

#8E6963 (or 0x8E6963) is unknown color: approx Dark Chestnut. HEX triplet: 8E, 69 and 63. RGB value is (142,105,99). Sum of RGB (Red+Green+Blue) = 142+105+99=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6963 is #71969C. Grayscale: #737373. Windows color (decimal): -7444125 or 6515086. OLE color: 6515086.

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

Color convert

RGB14210599-
CMYK00.260.300.44
HSL8.37º17.84%47.25%-
HSV(B)8.37º30.28%55.69%-
XYZ18.4616.7514.07-
YUV115.38118.76146.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.04%
GREEN value IS 105 (41.41% from 255) = 30.35%
BLUE value IS 99 (39.06% from 255) = 28.61%
R=41.04%
G=30.35%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421059900.260.300.448.3717.8447.25
Hex8E696301A1E2C8122f
Octal2161511430323654102257
Binary100011101101001110001101101011110101100100010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,105,99); }

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

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

 a { background-color: rgb(142,105,99); }

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

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

 span { border-color: rgb(142,105,99); }

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