#8E665E

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

Shades of Dark Chestnut #8E665E

Tints of Dark Chestnut #8E665E

Color information

#8E665E (or 0x8E665E) is unknown color: approx Dark Chestnut. HEX triplet: 8E, 66 and 5E. RGB value is (142,102,94). Sum of RGB (Red+Green+Blue) = 142+102+94=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 142 - color contains mainly: red. Hex color #8E665E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E665E is #7199A1. Grayscale: #717171. Windows color (decimal): -7444898 or 6186638. OLE color: 6186638.

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

Color convert

RGB14210294-
CMYK00.280.340.44
HSL10º20.34%46.27%-
HSV(B)10º33.8%55.69%-
XYZ17.9316.0612.75-
YUV113.05117.25148.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.01%
GREEN value IS 102 (40.23% from 255) = 30.18%
BLUE value IS 94 (37.11% from 255) = 27.81%
R=42.01%
G=30.18%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421029400.280.340.441020.3446.27
Hex8E665E01C222Ca142e
Octal2161461360344254122456
Binary1000111011001101011110011100100010101100101010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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