#9E7168

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

Shades of Dark Chestnut #9E7168

Tints of Dark Chestnut #9E7168

Color information

#9E7168 (or 0x9E7168) is unknown color: approx Dark Chestnut. HEX triplet: 9E, 71 and 68. RGB value is (158,113,104). Sum of RGB (Red+Green+Blue) = 158+113+104=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7168 is #618E97. Grayscale: #7D7D7D. Windows color (decimal): -6393496 or 6844830. OLE color: 6844830.

HSL color Cylindrical-coordinate representation of color #9E7168: hue angle of 10º 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 #9E7168 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB158113104-
CMYK00.280.340.38
HSL10º21.77%51.37%-
HSV(B)10º34.18%61.96%-
XYZ22.520.0815.79-
YUV125.43115.91151.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.13%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 104 (41.02% from 255) = 27.73%
R=42.13%
G=30.13%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811310400.280.340.381021.7751.37
Hex9E716801C2226a1633
Octal2361611500344246122663
Binary1001111011100011101000011100100010100110101010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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