Shades of Dark Chestnut #987169
Tints of Dark Chestnut #987169
RGB
CMYK
RGB Variations
Color information
#987169 (or 0x987169) is known color: Dark Chestnut. HEX triplet: 98, 71 and 69. RGB value is (152,113,105). Sum of RGB (Red+Green+Blue) = 152+113+105=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #987169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987169 is #678E96. Grayscale: #7B7B7B. Windows color (decimal): -6786711 or 6910360. OLE color: 6910360.
HSL color Cylindrical-coordinate representation of color #987169: hue angle of 10.21º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #987169 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 105 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.40 |
| HSL | 10.21º | 0.19% | 0.5% | - |
| HSV(B) | 10.21º | 0.31% | 0.6% | - |
| XYZ | 21.4 | 19.51 | 16 | - |
| YUV | 123.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 105 | 0 | 0.26 | 0.31 | 0.40 | 10.21 | 0.19 | 0.5 |
| Hex | 98 | 71 | 69 | 0 | 1A | 1F | 28 | A | 13 | 32 |
| Octal | 230 | 161 | 151 | 0 | 32 | 37 | 50 | 12 | 23 | 62 |
| Binary | 10011000 | 1110001 | 1101001 | 0 | 11010 | 11111 | 101000 | 1010 | 10011 | 110010 |
Color Harmonies of #987169
Complementary color
Monochromatic Colors of #987169
Black with #987169
Text Example
Text Example
White with #987169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987169; }
p { color: rgb(152,113,105); }
H1.HeaderClassName
{
color: #987169;
}
.AnyTagClassName
{
color: #987169;
}
</style>
background-color css
<style>
a { background-color: #987169; }
a { background-color: rgb(152,113,105); }
div.DivClassName
{
background-color: #987169;
}
.BgClassName
{
background-color: #987169;
}
</style>
border-color css
<style>
span { border-color: #987169; }
span { border-color: rgb(152,113,105); }
td.TdClassName
{
border-color: #987169;
}
.TagClassName
{
border-color: #987169;
}
</style>