#9C645D

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

Shades of Dark Chestnut #9C645D

Tints of Dark Chestnut #9C645D

Color information

#9C645D (or 0x9C645D) is unknown color: approx Dark Chestnut. HEX triplet: 9C, 64 and 5D. RGB value is (156,100,93). Sum of RGB (Red+Green+Blue) = 156+100+93=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 156 - color contains mainly: red. Hex color #9C645D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C645D is #639BA2. Grayscale: #747474. Windows color (decimal): -6527907 or 6120604. OLE color: 6120604.

HSL color Cylindrical-coordinate representation of color #9C645D: hue angle of 6.67º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C645D is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB15610093-
CMYK00.360.400.39
HSL6.67º25.3%48.82%-
HSV(B)6.67º40.38%61.18%-
XYZ20.2416.9712.57-
YUV115.95115.05156.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.70%
GREEN value IS 100 (39.45% from 255) = 28.65%
BLUE value IS 93 (36.72% from 255) = 26.65%
R=44.70%
G=28.65%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561009300.360.400.396.6725.348.82
Hex9C645D024282771931
Octal234144135044504773161
Binary1001110011001001011101010010010100010011111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,100,93); }

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

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

 a { background-color: rgb(156,100,93); }

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

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

 span { border-color: rgb(156,100,93); }

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