#9E7068

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

Shades of Dark Chestnut #9E7068

Tints of Dark Chestnut #9E7068

Color information

#9E7068 (or 0x9E7068) is unknown color: approx Dark Chestnut. HEX triplet: 9E, 70 and 68. RGB value is (158,112,104). Sum of RGB (Red+Green+Blue) = 158+112+104=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7068 is #618F97. Grayscale: #7C7C7C. Windows color (decimal): -6393752 or 6844574. OLE color: 6844574.

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

Color convert

RGB158112104-
CMYK00.290.340.38
HSL8.89º21.77%51.37%-
HSV(B)8.89º34.18%61.96%-
XYZ22.3919.8615.75-
YUV124.84116.24151.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.25%
GREEN value IS 112 (44.14% from 255) = 29.95%
BLUE value IS 104 (41.02% from 255) = 27.81%
R=42.25%
G=29.95%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811210400.290.340.388.8921.7751.37
Hex9E706801D222691633
Octal2361601500354246112663
Binary1001111011100001101000011101100010100110100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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