Shades of Dark Chestnut #99645C
Tints of Dark Chestnut #99645C
RGB
CMYK
RGB Variations
Color information
#99645C (or 0x99645C) is known color: Dark Chestnut. HEX triplet: 99, 64 and 5C. RGB value is (153,100,92). Sum of RGB (Red+Green+Blue) = 153+100+92=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #99645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99645C is #669BA3. Grayscale: #737373. Windows color (decimal): -6724516 or 6055065. OLE color: 6055065.
HSL color Cylindrical-coordinate representation of color #99645C: hue angle of 7.87º 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 #99645C is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 92 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.4 |
| HSL | 7.87º | 0.25% | 0.48% | - |
| HSV(B) | 7.87º | 0.4% | 0.6% | - |
| XYZ | 19.63 | 16.66 | 12.31 | - |
| YUV | 114.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 92 | 0 | 0.35 | 0.40 | 0.4 | 7.87 | 0.25 | 0.48 |
| Hex | 99 | 64 | 5C | 0 | 23 | 28 | 28 | 8 | 19 | 30 |
| Octal | 231 | 144 | 134 | 0 | 43 | 50 | 50 | 10 | 31 | 60 |
| Binary | 10011001 | 1100100 | 1011100 | 0 | 100011 | 101000 | 101000 | 1000 | 11001 | 110000 |
Color Harmonies of #99645C
Complementary color
Monochromatic Colors of #99645C
Black with #99645C
Text Example
Text Example
White with #99645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99645C; }
p { color: rgb(153,100,92); }
H1.HeaderClassName
{
color: #99645C;
}
.AnyTagClassName
{
color: #99645C;
}
</style>
background-color css
<style>
a { background-color: #99645C; }
a { background-color: rgb(153,100,92); }
div.DivClassName
{
background-color: #99645C;
}
.BgClassName
{
background-color: #99645C;
}
</style>
border-color css
<style>
span { border-color: #99645C; }
span { border-color: rgb(153,100,92); }
td.TdClassName
{
border-color: #99645C;
}
.TagClassName
{
border-color: #99645C;
}
</style>