#9E695F

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

Shades of Dark Chestnut #9E695F

Tints of Dark Chestnut #9E695F

Color information

#9E695F (or 0x9E695F) is unknown color: approx Dark Chestnut. HEX triplet: 9E, 69 and 5F. RGB value is (158,105,95). Sum of RGB (Red+Green+Blue) = 158+105+95=358 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.13% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 158 - color contains mainly: red. Hex color #9E695F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E695F is #6196A0. Grayscale: #777777. Windows color (decimal): -6395553 or 6252958. OLE color: 6252958.

HSL color Cylindrical-coordinate representation of color #9E695F: hue angle of 9.52º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E695F is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB15810595-
CMYK00.340.400.38
HSL9.52º24.9%49.61%-
HSV(B)9.52º39.87%61.96%-
XYZ21.2218.213.22-
YUV119.71114.06155.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.13%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 95 (37.5% from 255) = 26.54%
R=44.13%
G=29.33%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581059500.340.400.389.5224.949.61
Hex9E695F0222826a1932
Octal2361511370425046123162
Binary10011110110100110111110100010101000100110101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,105,95); }

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

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

 a { background-color: rgb(158,105,95); }

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

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

 span { border-color: rgb(158,105,95); }

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