Shades of Dark Chestnut #987268
Tints of Dark Chestnut #987268
RGB
CMYK
RGB Variations
Color information
#987268 (or 0x987268) is known color: Dark Chestnut. HEX triplet: 98, 72 and 68. RGB value is (152,114,104). Sum of RGB (Red+Green+Blue) = 152+114+104=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #987268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987268 is #678D97. Grayscale: #7C7C7C. Windows color (decimal): -6786456 or 6845080. OLE color: 6845080.
HSL color Cylindrical-coordinate representation of color #987268: hue angle of 12.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #987268 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 114 | 104 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.40 |
| HSL | 12.5º | 0.19% | 0.5% | - |
| HSV(B) | 12.5º | 0.32% | 0.6% | - |
| XYZ | 21.46 | 19.71 | 15.77 | - |
| YUV | 124.22 | 116.59 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 114 | 104 | 0 | 0.25 | 0.32 | 0.40 | 12.5 | 0.19 | 0.5 |
| Hex | 98 | 72 | 68 | 0 | 19 | 20 | 28 | C | 13 | 32 |
| Octal | 230 | 162 | 150 | 0 | 31 | 40 | 50 | 14 | 23 | 62 |
| Binary | 10011000 | 1110010 | 1101000 | 0 | 11001 | 100000 | 101000 | 1100 | 10011 | 110010 |
Color Harmonies of #987268
Complementary color
Monochromatic Colors of #987268
Black with #987268
Text Example
Text Example
White with #987268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987268; }
p { color: rgb(152,114,104); }
H1.HeaderClassName
{
color: #987268;
}
.AnyTagClassName
{
color: #987268;
}
</style>
background-color css
<style>
a { background-color: #987268; }
a { background-color: rgb(152,114,104); }
div.DivClassName
{
background-color: #987268;
}
.BgClassName
{
background-color: #987268;
}
</style>
border-color css
<style>
span { border-color: #987268; }
span { border-color: rgb(152,114,104); }
td.TdClassName
{
border-color: #987268;
}
.TagClassName
{
border-color: #987268;
}
</style>