Shades of Dark Chestnut #99685F
Tints of Dark Chestnut #99685F
RGB
CMYK
RGB Variations
Color information
#99685F (or 0x99685F) is known color: Dark Chestnut. HEX triplet: 99, 68 and 5F. RGB value is (153,104,95). Sum of RGB (Red+Green+Blue) = 153+104+95=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #99685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99685F is #6697A0. Grayscale: #757575. Windows color (decimal): -6723489 or 6252697. OLE color: 6252697.
HSL color Cylindrical-coordinate representation of color #99685F: hue angle of 9.31º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99685F is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 95 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.4 |
| HSL | 9.31º | 0.23% | 0.49% | - |
| HSV(B) | 9.31º | 0.38% | 0.6% | - |
| XYZ | 20.15 | 17.5 | 13.14 | - |
| YUV | 117.63 | 115.23 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 95 | 0 | 0.32 | 0.38 | 0.4 | 9.31 | 0.23 | 0.49 |
| Hex | 99 | 68 | 5F | 0 | 20 | 26 | 28 | 9 | 17 | 31 |
| Octal | 231 | 150 | 137 | 0 | 40 | 46 | 50 | 11 | 27 | 61 |
| Binary | 10011001 | 1101000 | 1011111 | 0 | 100000 | 100110 | 101000 | 1001 | 10111 | 110001 |
Color Harmonies of #99685F
Complementary color
Monochromatic Colors of #99685F
Black with #99685F
Text Example
Text Example
White with #99685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99685F; }
p { color: rgb(153,104,95); }
H1.HeaderClassName
{
color: #99685F;
}
.AnyTagClassName
{
color: #99685F;
}
</style>
background-color css
<style>
a { background-color: #99685F; }
a { background-color: rgb(153,104,95); }
div.DivClassName
{
background-color: #99685F;
}
.BgClassName
{
background-color: #99685F;
}
</style>
border-color css
<style>
span { border-color: #99685F; }
span { border-color: rgb(153,104,95); }
td.TdClassName
{
border-color: #99685F;
}
.TagClassName
{
border-color: #99685F;
}
</style>