Shades of Dark Chestnut #99645D
Tints of Dark Chestnut #99645D
RGB
CMYK
RGB Variations
Color information
#99645D (or 0x99645D) is known color: Dark Chestnut. HEX triplet: 99, 64 and 5D. RGB value is (153,100,93). Sum of RGB (Red+Green+Blue) = 153+100+93=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #99645D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99645D is #669BA2. Grayscale: #737373. Windows color (decimal): -6724515 or 6120601. OLE color: 6120601.
HSL color Cylindrical-coordinate representation of color #99645D: hue angle of 7º 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 #99645D is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 93 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.4 |
| HSL | 7º | 0.24% | 0.48% | - |
| HSV(B) | 7º | 0.39% | 0.6% | - |
| XYZ | 19.67 | 16.68 | 12.54 | - |
| YUV | 115.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 93 | 0 | 0.35 | 0.39 | 0.4 | 7 | 0.24 | 0.48 |
| Hex | 99 | 64 | 5D | 0 | 23 | 27 | 28 | 7 | 18 | 30 |
| Octal | 231 | 144 | 135 | 0 | 43 | 47 | 50 | 7 | 30 | 60 |
| Binary | 10011001 | 1100100 | 1011101 | 0 | 100011 | 100111 | 101000 | 111 | 11000 | 110000 |
Color Harmonies of #99645D
Complementary color
Monochromatic Colors of #99645D
Black with #99645D
Text Example
Text Example
White with #99645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99645D; }
p { color: rgb(153,100,93); }
H1.HeaderClassName
{
color: #99645D;
}
.AnyTagClassName
{
color: #99645D;
}
</style>
background-color css
<style>
a { background-color: #99645D; }
a { background-color: rgb(153,100,93); }
div.DivClassName
{
background-color: #99645D;
}
.BgClassName
{
background-color: #99645D;
}
</style>
border-color css
<style>
span { border-color: #99645D; }
span { border-color: rgb(153,100,93); }
td.TdClassName
{
border-color: #99645D;
}
.TagClassName
{
border-color: #99645D;
}
</style>