Shades of Dark Chestnut #98665B
Tints of Dark Chestnut #98665B
RGB
CMYK
RGB Variations
Color information
#98665B (or 0x98665B) is known color: Dark Chestnut. HEX triplet: 98, 66 and 5B. RGB value is (152,102,91). Sum of RGB (Red+Green+Blue) = 152+102+91=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #98665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98665B is #6799A4. Grayscale: #737373. Windows color (decimal): -6789541 or 5990040. OLE color: 5990040.
HSL color Cylindrical-coordinate representation of color #98665B: hue angle of 10.82º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98665B is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 102 | 91 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.40 |
| HSL | 10.82º | 0.25% | 0.48% | - |
| HSV(B) | 10.82º | 0.4% | 0.6% | - |
| XYZ | 19.59 | 16.93 | 12.13 | - |
| YUV | 115.7 | 114.07 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 91 | 0 | 0.33 | 0.40 | 0.40 | 10.82 | 0.25 | 0.48 |
| Hex | 98 | 66 | 5B | 0 | 21 | 28 | 28 | B | 19 | 30 |
| Octal | 230 | 146 | 133 | 0 | 41 | 50 | 50 | 13 | 31 | 60 |
| Binary | 10011000 | 1100110 | 1011011 | 0 | 100001 | 101000 | 101000 | 1011 | 11001 | 110000 |
Color Harmonies of #98665B
Complementary color
Monochromatic Colors of #98665B
Black with #98665B
Text Example
Text Example
White with #98665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98665B; }
p { color: rgb(152,102,91); }
H1.HeaderClassName
{
color: #98665B;
}
.AnyTagClassName
{
color: #98665B;
}
</style>
background-color css
<style>
a { background-color: #98665B; }
a { background-color: rgb(152,102,91); }
div.DivClassName
{
background-color: #98665B;
}
.BgClassName
{
background-color: #98665B;
}
</style>
border-color css
<style>
span { border-color: #98665B; }
span { border-color: rgb(152,102,91); }
td.TdClassName
{
border-color: #98665B;
}
.TagClassName
{
border-color: #98665B;
}
</style>