#9E7066

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

Shades of Dark Chestnut #9E7066

Tints of Dark Chestnut #9E7066

Color information

#9E7066 (or 0x9E7066) is unknown color: approx Dark Chestnut. HEX triplet: 9E, 70 and 66. RGB value is (158,112,102). Sum of RGB (Red+Green+Blue) = 158+112+102=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7066 is #618F99. Grayscale: #7C7C7C. Windows color (decimal): -6393754 or 6713502. OLE color: 6713502.

HSL color Cylindrical-coordinate representation of color #9E7066: hue angle of 10.71º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E7066 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB158112102-
CMYK00.290.350.38
HSL10.71º22.4%50.98%-
HSV(B)10.71º35.44%61.96%-
XYZ22.2919.8215.22-
YUV124.61115.24151.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.47%
GREEN value IS 112 (44.14% from 255) = 30.11%
BLUE value IS 102 (40.23% from 255) = 27.42%
R=42.47%
G=30.11%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811210200.290.350.3810.7122.450.98
Hex9E706601D2326b1633
Octal2361601460354346132663
Binary1001111011100001100110011101100011100110101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E7066; }

 p { color: rgb(158,112,102); }

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

<style>
 a { background-color: #9E7066; }

 a { background-color: rgb(158,112,102); }

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

<style>
 span { border-color: #9E7066; }

 span { border-color: rgb(158,112,102); }

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