Shades of Dark Chestnut #986964
Tints of Dark Chestnut #986964
RGB
CMYK
RGB Variations
Color information
#986964 (or 0x986964) is known color: Dark Chestnut. HEX triplet: 98, 69 and 64. RGB value is (152,105,100). Sum of RGB (Red+Green+Blue) = 152+105+100=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #986964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986964 is #67969B. Grayscale: #767676. Windows color (decimal): -6788764 or 6580632. OLE color: 6580632.
HSL color Cylindrical-coordinate representation of color #986964: hue angle of 5.77º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #986964 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 105 | 100 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.40 |
| HSL | 5.77º | 0.21% | 0.49% | - |
| HSV(B) | 5.77º | 0.34% | 0.6% | - |
| XYZ | 20.3 | 17.7 | 14.4 | - |
| YUV | 118.48 | 117.57 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 100 | 0 | 0.31 | 0.34 | 0.40 | 5.77 | 0.21 | 0.49 |
| Hex | 98 | 69 | 64 | 0 | 1F | 22 | 28 | 6 | 15 | 31 |
| Octal | 230 | 151 | 144 | 0 | 37 | 42 | 50 | 6 | 25 | 61 |
| Binary | 10011000 | 1101001 | 1100100 | 0 | 11111 | 100010 | 101000 | 110 | 10101 | 110001 |
Color Harmonies of #986964
Complementary color
Monochromatic Colors of #986964
Black with #986964
Text Example
Text Example
White with #986964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986964; }
p { color: rgb(152,105,100); }
H1.HeaderClassName
{
color: #986964;
}
.AnyTagClassName
{
color: #986964;
}
</style>
background-color css
<style>
a { background-color: #986964; }
a { background-color: rgb(152,105,100); }
div.DivClassName
{
background-color: #986964;
}
.BgClassName
{
background-color: #986964;
}
</style>
border-color css
<style>
span { border-color: #986964; }
span { border-color: rgb(152,105,100); }
td.TdClassName
{
border-color: #986964;
}
.TagClassName
{
border-color: #986964;
}
</style>