Shades of Dark Chestnut #99625D
Tints of Dark Chestnut #99625D
RGB
CMYK
RGB Variations
Color information
#99625D (or 0x99625D) is known color: Dark Chestnut. HEX triplet: 99, 62 and 5D. RGB value is (153,98,93). Sum of RGB (Red+Green+Blue) = 153+98+93=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #99625D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99625D is #669DA2. Grayscale: #717171. Windows color (decimal): -6725027 or 6120089. OLE color: 6120089.
HSL color Cylindrical-coordinate representation of color #99625D: hue angle of 5º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99625D is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 98 | 93 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.4 |
| HSL | 5º | 0.24% | 0.48% | - |
| HSV(B) | 5º | 0.39% | 0.6% | - |
| XYZ | 19.48 | 16.3 | 12.48 | - |
| YUV | 113.88 | 116.22 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 98 | 93 | 0 | 0.36 | 0.39 | 0.4 | 5 | 0.24 | 0.48 |
| Hex | 99 | 62 | 5D | 0 | 24 | 27 | 28 | 5 | 18 | 30 |
| Octal | 231 | 142 | 135 | 0 | 44 | 47 | 50 | 5 | 30 | 60 |
| Binary | 10011001 | 1100010 | 1011101 | 0 | 100100 | 100111 | 101000 | 101 | 11000 | 110000 |
Color Harmonies of #99625D
Complementary color
Monochromatic Colors of #99625D
Black with #99625D
Text Example
Text Example
White with #99625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99625D; }
p { color: rgb(153,98,93); }
H1.HeaderClassName
{
color: #99625D;
}
.AnyTagClassName
{
color: #99625D;
}
</style>
background-color css
<style>
a { background-color: #99625D; }
a { background-color: rgb(153,98,93); }
div.DivClassName
{
background-color: #99625D;
}
.BgClassName
{
background-color: #99625D;
}
</style>
border-color css
<style>
span { border-color: #99625D; }
span { border-color: rgb(153,98,93); }
td.TdClassName
{
border-color: #99625D;
}
.TagClassName
{
border-color: #99625D;
}
</style>