#8E6661

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

Shades of Dark Chestnut #8E6661

Tints of Dark Chestnut #8E6661

Color information

#8E6661 (or 0x8E6661) is unknown color: approx Dark Chestnut. HEX triplet: 8E, 66 and 61. RGB value is (142,102,97). Sum of RGB (Red+Green+Blue) = 142+102+97=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6661 is #71999E. Grayscale: #717171. Windows color (decimal): -7444895 or 6383246. OLE color: 6383246.

HSL color Cylindrical-coordinate representation of color #8E6661: hue angle of 6.67º 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 #8E6661 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB14210297-
CMYK00.280.320.44
HSL6.67º18.83%46.86%-
HSV(B)6.67º31.69%55.69%-
XYZ18.0616.1213.47-
YUV113.39118.75148.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.64%
GREEN value IS 102 (40.23% from 255) = 29.91%
BLUE value IS 97 (38.28% from 255) = 28.45%
R=41.64%
G=29.91%
B=28.45%

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
Decimal1421029700.280.320.446.6718.8346.86
Hex8E666101C202C7132f
Octal216146141034405472357
Binary100011101100110110000101110010000010110011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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