#9E635E

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

Shades of Dark Chestnut #9E635E

Tints of Dark Chestnut #9E635E

Color information

#9E635E (or 0x9E635E) is unknown color: approx Dark Chestnut. HEX triplet: 9E, 63 and 5E. RGB value is (158,99,94). Sum of RGB (Red+Green+Blue) = 158+99+94=351 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.01% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 158 - color contains mainly: red. Hex color #9E635E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E635E is #619CA1. Grayscale: #747474. Windows color (decimal): -6397090 or 6185886. OLE color: 6185886.

HSL color Cylindrical-coordinate representation of color #9E635E: hue angle of 4.69º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E635E is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB1589994-
CMYK00.370.410.38
HSL4.69º25.4%49.41%-
HSV(B)4.69º40.51%61.96%-
XYZ20.581712.79-
YUV116.07115.55157.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.01%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 94 (37.11% from 255) = 26.78%
R=45.01%
G=28.21%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158999400.370.410.384.6925.449.41
Hex9E635E025292651931
Octal236143136045514653161
Binary1001111011000111011110010010110100110011010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,99,94); }

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

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

 a { background-color: rgb(158,99,94); }

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

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

 span { border-color: rgb(158,99,94); }

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