Shades of Dark Chestnut #98645C
Tints of Dark Chestnut #98645C
RGB
CMYK
RGB Variations
Color information
#98645C (or 0x98645C) is known color: Dark Chestnut. HEX triplet: 98, 64 and 5C. RGB value is (152,100,92). Sum of RGB (Red+Green+Blue) = 152+100+92=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #98645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98645C is #679BA3. Grayscale: #727272. Windows color (decimal): -6790052 or 6055064. OLE color: 6055064.
HSL color Cylindrical-coordinate representation of color #98645C: hue angle of 8º 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 #98645C is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 100 | 92 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.40 |
| HSL | 8º | 0.25% | 0.48% | - |
| HSV(B) | 8º | 0.39% | 0.6% | - |
| XYZ | 19.44 | 16.56 | 12.3 | - |
| YUV | 114.64 | 115.23 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 92 | 0 | 0.34 | 0.39 | 0.40 | 8 | 0.25 | 0.48 |
| Hex | 98 | 64 | 5C | 0 | 22 | 27 | 28 | 8 | 19 | 30 |
| Octal | 230 | 144 | 134 | 0 | 42 | 47 | 50 | 10 | 31 | 60 |
| Binary | 10011000 | 1100100 | 1011100 | 0 | 100010 | 100111 | 101000 | 1000 | 11001 | 110000 |
Color Harmonies of #98645C
Complementary color
Monochromatic Colors of #98645C
Black with #98645C
Text Example
Text Example
White with #98645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98645C; }
p { color: rgb(152,100,92); }
H1.HeaderClassName
{
color: #98645C;
}
.AnyTagClassName
{
color: #98645C;
}
</style>
background-color css
<style>
a { background-color: #98645C; }
a { background-color: rgb(152,100,92); }
div.DivClassName
{
background-color: #98645C;
}
.BgClassName
{
background-color: #98645C;
}
</style>
border-color css
<style>
span { border-color: #98645C; }
span { border-color: rgb(152,100,92); }
td.TdClassName
{
border-color: #98645C;
}
.TagClassName
{
border-color: #98645C;
}
</style>