Shades of Dark Chestnut #98685D
Tints of Dark Chestnut #98685D
RGB
CMYK
RGB Variations
Color information
#98685D (or 0x98685D) is known color: Dark Chestnut. HEX triplet: 98, 68 and 5D. RGB value is (152,104,93). Sum of RGB (Red+Green+Blue) = 152+104+93=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #98685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98685D is #6797A2. Grayscale: #757575. Windows color (decimal): -6789027 or 6121624. OLE color: 6121624.
HSL color Cylindrical-coordinate representation of color #98685D: hue angle of 11.19º 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 #98685D is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 104 | 93 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.40 |
| HSL | 11.19º | 0.24% | 0.48% | - |
| HSV(B) | 11.19º | 0.39% | 0.6% | - |
| XYZ | 19.87 | 17.37 | 12.66 | - |
| YUV | 117.1 | 114.4 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 93 | 0 | 0.32 | 0.39 | 0.40 | 11.19 | 0.24 | 0.48 |
| Hex | 98 | 68 | 5D | 0 | 20 | 27 | 28 | B | 18 | 30 |
| Octal | 230 | 150 | 135 | 0 | 40 | 47 | 50 | 13 | 30 | 60 |
| Binary | 10011000 | 1101000 | 1011101 | 0 | 100000 | 100111 | 101000 | 1011 | 11000 | 110000 |
Color Harmonies of #98685D
Complementary color
Monochromatic Colors of #98685D
Black with #98685D
Text Example
Text Example
White with #98685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98685D; }
p { color: rgb(152,104,93); }
H1.HeaderClassName
{
color: #98685D;
}
.AnyTagClassName
{
color: #98685D;
}
</style>
background-color css
<style>
a { background-color: #98685D; }
a { background-color: rgb(152,104,93); }
div.DivClassName
{
background-color: #98685D;
}
.BgClassName
{
background-color: #98685D;
}
</style>
border-color css
<style>
span { border-color: #98685D; }
span { border-color: rgb(152,104,93); }
td.TdClassName
{
border-color: #98685D;
}
.TagClassName
{
border-color: #98685D;
}
</style>