Shades of Dark Chestnut #9A665D
Tints of Dark Chestnut #9A665D
RGB
CMYK
RGB Variations
Color information
#9A665D (or 0x9A665D) is known color: Dark Chestnut. HEX triplet: 9A, 66 and 5D. RGB value is (154,102,93). Sum of RGB (Red+Green+Blue) = 154+102+93=349 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.13% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 154 - color contains mainly: red. Hex color #9A665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A665D is #6599A2. Grayscale: #747474. Windows color (decimal): -6658467 or 6121114. OLE color: 6121114.
HSL color Cylindrical-coordinate representation of color #9A665D: hue angle of 8.85º 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 #9A665D is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 102 | 93 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.40 |
| HSL | 8.85º | 0.25% | 0.48% | - |
| HSV(B) | 8.85º | 0.4% | 0.6% | - |
| XYZ | 20.05 | 17.16 | 12.61 | - |
| YUV | 116.52 | 114.73 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 102 | 93 | 0 | 0.34 | 0.40 | 0.40 | 8.85 | 0.25 | 0.48 |
| Hex | 9A | 66 | 5D | 0 | 22 | 28 | 28 | 9 | 19 | 30 |
| Octal | 232 | 146 | 135 | 0 | 42 | 50 | 50 | 11 | 31 | 60 |
| Binary | 10011010 | 1100110 | 1011101 | 0 | 100010 | 101000 | 101000 | 1001 | 11001 | 110000 |
Color Harmonies of #9A665D
Complementary color
Monochromatic Colors of #9A665D
Black with #9A665D
Text Example
Text Example
White with #9A665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A665D; }
p { color: rgb(154,102,93); }
H1.HeaderClassName
{
color: #9A665D;
}
.AnyTagClassName
{
color: #9A665D;
}
</style>
background-color css
<style>
a { background-color: #9A665D; }
a { background-color: rgb(154,102,93); }
div.DivClassName
{
background-color: #9A665D;
}
.BgClassName
{
background-color: #9A665D;
}
</style>
border-color css
<style>
span { border-color: #9A665D; }
span { border-color: rgb(154,102,93); }
td.TdClassName
{
border-color: #9A665D;
}
.TagClassName
{
border-color: #9A665D;
}
</style>