Shades of Dark Chestnut #98655C
Tints of Dark Chestnut #98655C
RGB
CMYK
RGB Variations
Color information
#98655C (or 0x98655C) is known color: Dark Chestnut. HEX triplet: 98, 65 and 5C. RGB value is (152,101,92). Sum of RGB (Red+Green+Blue) = 152+101+92=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #98655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98655C is #679AA3. Grayscale: #737373. Windows color (decimal): -6789796 or 6055320. OLE color: 6055320.
HSL color Cylindrical-coordinate representation of color #98655C: hue angle of 9º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98655C is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 101 | 92 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.40 |
| HSL | 9º | 0.25% | 0.48% | - |
| HSV(B) | 9º | 0.39% | 0.6% | - |
| XYZ | 19.53 | 16.76 | 12.33 | - |
| YUV | 115.22 | 114.9 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 92 | 0 | 0.34 | 0.39 | 0.40 | 9 | 0.25 | 0.48 |
| Hex | 98 | 65 | 5C | 0 | 22 | 27 | 28 | 9 | 19 | 30 |
| Octal | 230 | 145 | 134 | 0 | 42 | 47 | 50 | 11 | 31 | 60 |
| Binary | 10011000 | 1100101 | 1011100 | 0 | 100010 | 100111 | 101000 | 1001 | 11001 | 110000 |
Color Harmonies of #98655C
Complementary color
Monochromatic Colors of #98655C
Black with #98655C
Text Example
Text Example
White with #98655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98655C; }
p { color: rgb(152,101,92); }
H1.HeaderClassName
{
color: #98655C;
}
.AnyTagClassName
{
color: #98655C;
}
</style>
background-color css
<style>
a { background-color: #98655C; }
a { background-color: rgb(152,101,92); }
div.DivClassName
{
background-color: #98655C;
}
.BgClassName
{
background-color: #98655C;
}
</style>
border-color css
<style>
span { border-color: #98655C; }
span { border-color: rgb(152,101,92); }
td.TdClassName
{
border-color: #98655C;
}
.TagClassName
{
border-color: #98655C;
}
</style>