Shades of Dark Chestnut #987269
Tints of Dark Chestnut #987269
RGB
CMYK
RGB Variations
Color information
#987269 (or 0x987269) is known color: Dark Chestnut. HEX triplet: 98, 72 and 69. RGB value is (152,114,105). Sum of RGB (Red+Green+Blue) = 152+114+105=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #987269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987269 is #678D96. Grayscale: #7C7C7C. Windows color (decimal): -6786455 or 6910616. OLE color: 6910616.
HSL color Cylindrical-coordinate representation of color #987269: hue angle of 11.49º 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 #987269 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 114 | 105 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.40 |
| HSL | 11.49º | 0.19% | 0.5% | - |
| HSV(B) | 11.49º | 0.31% | 0.6% | - |
| XYZ | 21.52 | 19.73 | 16.04 | - |
| YUV | 124.34 | 117.09 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 114 | 105 | 0 | 0.25 | 0.31 | 0.40 | 11.49 | 0.19 | 0.5 |
| Hex | 98 | 72 | 69 | 0 | 19 | 1F | 28 | B | 13 | 32 |
| Octal | 230 | 162 | 151 | 0 | 31 | 37 | 50 | 13 | 23 | 62 |
| Binary | 10011000 | 1110010 | 1101001 | 0 | 11001 | 11111 | 101000 | 1011 | 10011 | 110010 |
Color Harmonies of #987269
Complementary color
Monochromatic Colors of #987269
Black with #987269
Text Example
Text Example
White with #987269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987269; }
p { color: rgb(152,114,105); }
H1.HeaderClassName
{
color: #987269;
}
.AnyTagClassName
{
color: #987269;
}
</style>
background-color css
<style>
a { background-color: #987269; }
a { background-color: rgb(152,114,105); }
div.DivClassName
{
background-color: #987269;
}
.BgClassName
{
background-color: #987269;
}
</style>
border-color css
<style>
span { border-color: #987269; }
span { border-color: rgb(152,114,105); }
td.TdClassName
{
border-color: #987269;
}
.TagClassName
{
border-color: #987269;
}
</style>