#9A645C

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

Shades of Dark Chestnut #9A645C

Tints of Dark Chestnut #9A645C

Color information

#9A645C (or 0x9A645C) is unknown color: approx Dark Chestnut. HEX triplet: 9A, 64 and 5C. RGB value is (154,100,92). Sum of RGB (Red+Green+Blue) = 154+100+92=346 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.51% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 154 - color contains mainly: red. Hex color #9A645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A645C is #659BA3. Grayscale: #737373. Windows color (decimal): -6658980 or 6055066. OLE color: 6055066.

HSL color Cylindrical-coordinate representation of color #9A645C: hue angle of 7.74º 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 #9A645C is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB15410092-
CMYK00.350.400.40
HSL7.74º25.2%48.24%-
HSV(B)7.74º40.26%60.39%-
XYZ19.8216.7612.32-
YUV115.23114.89155.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.51%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 92 (36.33% from 255) = 26.59%
R=44.51%
G=28.90%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541009200.350.400.407.7425.248.24
Hex9A645C023282881930
Octal2321441340435050103160
Binary10011010110010010111000100011101000101000100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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