#8E6660

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

Shades of Dark Chestnut #8E6660

Tints of Dark Chestnut #8E6660

Color information

#8E6660 (or 0x8E6660) is unknown color: approx Dark Chestnut. HEX triplet: 8E, 66 and 60. RGB value is (142,102,96). Sum of RGB (Red+Green+Blue) = 142+102+96=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6660 is #71999F. Grayscale: #717171. Windows color (decimal): -7444896 or 6317710. OLE color: 6317710.

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

Color convert

RGB14210296-
CMYK00.280.320.44
HSL7.83º19.33%46.67%-
HSV(B)7.83º32.39%55.69%-
XYZ18.0216.113.22-
YUV113.28118.25148.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.76%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 96 (37.89% from 255) = 28.24%
R=41.76%
G=30%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421029600.280.320.447.8319.3346.67
Hex8E666001C202C8132f
Octal2161461400344054102357
Binary1000111011001101100000011100100000101100100010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,102,96); }

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

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

 a { background-color: rgb(142,102,96); }

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

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

 span { border-color: rgb(142,102,96); }

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