Shades of Dark Chestnut #9D615C
Tints of Dark Chestnut #9D615C
RGB
CMYK
RGB Variations
Color information
#9D615C (or 0x9D615C) is known color: Dark Chestnut. HEX triplet: 9D, 61 and 5C. RGB value is (157,97,92). Sum of RGB (Red+Green+Blue) = 157+97+92=346 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.38% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 157 - color contains mainly: red. Hex color #9D615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D615C is #629EA3. Grayscale: #727272. Windows color (decimal): -6463140 or 6054301. OLE color: 6054301.
HSL color Cylindrical-coordinate representation of color #9D615C: hue angle of 4.62º degrees, saturation: 0.26, 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 #9D615C is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 97 | 92 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.38 |
| HSL | 4.62º | 0.26% | 0.49% | - |
| HSV(B) | 4.62º | 0.41% | 0.62% | - |
| XYZ | 20.11 | 16.49 | 12.25 | - |
| YUV | 114.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 97 | 92 | 0 | 0.38 | 0.41 | 0.38 | 4.62 | 0.26 | 0.49 |
| Hex | 9D | 61 | 5C | 0 | 26 | 29 | 26 | 5 | 1A | 31 |
| Octal | 235 | 141 | 134 | 0 | 46 | 51 | 46 | 5 | 32 | 61 |
| Binary | 10011101 | 1100001 | 1011100 | 0 | 100110 | 101001 | 100110 | 101 | 11010 | 110001 |
Color Harmonies of #9D615C
Complementary color
Monochromatic Colors of #9D615C
Black with #9D615C
Text Example
Text Example
White with #9D615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D615C; }
p { color: rgb(157,97,92); }
H1.HeaderClassName
{
color: #9D615C;
}
.AnyTagClassName
{
color: #9D615C;
}
</style>
background-color css
<style>
a { background-color: #9D615C; }
a { background-color: rgb(157,97,92); }
div.DivClassName
{
background-color: #9D615C;
}
.BgClassName
{
background-color: #9D615C;
}
</style>
border-color css
<style>
span { border-color: #9D615C; }
span { border-color: rgb(157,97,92); }
td.TdClassName
{
border-color: #9D615C;
}
.TagClassName
{
border-color: #9D615C;
}
</style>