#9A615C

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

Shades of Dark Chestnut #9A615C

Tints of Dark Chestnut #9A615C

Color information

#9A615C (or 0x9A615C) is unknown color: approx Dark Chestnut. HEX triplet: 9A, 61 and 5C. RGB value is (154,97,92). Sum of RGB (Red+Green+Blue) = 154+97+92=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 154 - color contains mainly: red. Hex color #9A615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A615C is #659EA3. Grayscale: #717171. Windows color (decimal): -6659748 or 6054298. OLE color: 6054298.

HSL color Cylindrical-coordinate representation of color #9A615C: hue angle of 4.84º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A615C is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB1549792-
CMYK00.370.400.40
HSL4.84º25.2%48.24%-
HSV(B)4.84º40.26%60.39%-
XYZ19.5316.1912.22-
YUV113.47115.88156.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.90%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 92 (36.33% from 255) = 26.82%
R=44.90%
G=28.28%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154979200.370.400.404.8425.248.24
Hex9A615C025282851930
Octal232141134045505053160
Binary1001101011000011011100010010110100010100010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,97,92); }

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

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

 a { background-color: rgb(154,97,92); }

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

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

 span { border-color: rgb(154,97,92); }

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