Shades of Dark Chestnut #986963
Tints of Dark Chestnut #986963
RGB
CMYK
RGB Variations
Color information
#986963 (or 0x986963) is known color: Dark Chestnut. HEX triplet: 98, 69 and 63. RGB value is (152,105,99). Sum of RGB (Red+Green+Blue) = 152+105+99=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #986963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986963 is #67969C. Grayscale: #767676. Windows color (decimal): -6788765 or 6515096. OLE color: 6515096.
HSL color Cylindrical-coordinate representation of color #986963: hue angle of 6.79º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #986963 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 105 | 99 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.40 |
| HSL | 6.79º | 0.21% | 0.49% | - |
| HSV(B) | 6.79º | 0.35% | 0.6% | - |
| XYZ | 20.25 | 17.68 | 14.15 | - |
| YUV | 118.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 99 | 0 | 0.31 | 0.35 | 0.40 | 6.79 | 0.21 | 0.49 |
| Hex | 98 | 69 | 63 | 0 | 1F | 23 | 28 | 7 | 15 | 31 |
| Octal | 230 | 151 | 143 | 0 | 37 | 43 | 50 | 7 | 25 | 61 |
| Binary | 10011000 | 1101001 | 1100011 | 0 | 11111 | 100011 | 101000 | 111 | 10101 | 110001 |
Color Harmonies of #986963
Complementary color
Monochromatic Colors of #986963
Black with #986963
Text Example
Text Example
White with #986963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986963; }
p { color: rgb(152,105,99); }
H1.HeaderClassName
{
color: #986963;
}
.AnyTagClassName
{
color: #986963;
}
</style>
background-color css
<style>
a { background-color: #986963; }
a { background-color: rgb(152,105,99); }
div.DivClassName
{
background-color: #986963;
}
.BgClassName
{
background-color: #986963;
}
</style>
border-color css
<style>
span { border-color: #986963; }
span { border-color: rgb(152,105,99); }
td.TdClassName
{
border-color: #986963;
}
.TagClassName
{
border-color: #986963;
}
</style>