Shades of Dark Chestnut #9A625B
Tints of Dark Chestnut #9A625B
RGB
CMYK
RGB Variations
Color information
#9A625B (or 0x9A625B) is known color: Dark Chestnut. HEX triplet: 9A, 62 and 5B. RGB value is (154,98,91). Sum of RGB (Red+Green+Blue) = 154+98+91=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 154 - color contains mainly: red. Hex color #9A625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A625B is #659DA4. Grayscale: #727272. Windows color (decimal): -6659493 or 5989018. OLE color: 5989018.
HSL color Cylindrical-coordinate representation of color #9A625B: hue angle of 6.67º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A625B is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 98 | 91 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.40 |
| HSL | 6.67º | 0.26% | 0.48% | - |
| HSV(B) | 6.67º | 0.41% | 0.6% | - |
| XYZ | 19.58 | 16.36 | 12.02 | - |
| YUV | 113.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 98 | 91 | 0 | 0.36 | 0.41 | 0.40 | 6.67 | 0.26 | 0.48 |
| Hex | 9A | 62 | 5B | 0 | 24 | 29 | 28 | 7 | 1A | 30 |
| Octal | 232 | 142 | 133 | 0 | 44 | 51 | 50 | 7 | 32 | 60 |
| Binary | 10011010 | 1100010 | 1011011 | 0 | 100100 | 101001 | 101000 | 111 | 11010 | 110000 |
Color Harmonies of #9A625B
Complementary color
Monochromatic Colors of #9A625B
Black with #9A625B
Text Example
Text Example
White with #9A625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A625B; }
p { color: rgb(154,98,91); }
H1.HeaderClassName
{
color: #9A625B;
}
.AnyTagClassName
{
color: #9A625B;
}
</style>
background-color css
<style>
a { background-color: #9A625B; }
a { background-color: rgb(154,98,91); }
div.DivClassName
{
background-color: #9A625B;
}
.BgClassName
{
background-color: #9A625B;
}
</style>
border-color css
<style>
span { border-color: #9A625B; }
span { border-color: rgb(154,98,91); }
td.TdClassName
{
border-color: #9A625B;
}
.TagClassName
{
border-color: #9A625B;
}
</style>