Shades of Dark Chestnut #97655B
Tints of Dark Chestnut #97655B
RGB
CMYK
RGB Variations
Color information
#97655B (or 0x97655B) is known color: Dark Chestnut. HEX triplet: 97, 65 and 5B. RGB value is (151,101,91). Sum of RGB (Red+Green+Blue) = 151+101+91=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 151 - color contains mainly: red. Hex color #97655B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97655B is #689AA4. Grayscale: #727272. Windows color (decimal): -6855333 or 5989783. OLE color: 5989783.
HSL color Cylindrical-coordinate representation of color #97655B: hue angle of 10º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97655B is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 101 | 91 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.41 |
| HSL | 10º | 0.25% | 0.47% | - |
| HSV(B) | 10º | 0.4% | 0.59% | - |
| XYZ | 19.3 | 16.64 | 12.09 | - |
| YUV | 114.81 | 114.57 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 101 | 91 | 0 | 0.33 | 0.40 | 0.41 | 10 | 0.25 | 0.47 |
| Hex | 97 | 65 | 5B | 0 | 21 | 28 | 29 | A | 19 | 2F |
| Octal | 227 | 145 | 133 | 0 | 41 | 50 | 51 | 12 | 31 | 57 |
| Binary | 10010111 | 1100101 | 1011011 | 0 | 100001 | 101000 | 101001 | 1010 | 11001 | 101111 |
Color Harmonies of #97655B
Complementary color
Monochromatic Colors of #97655B
Black with #97655B
Text Example
Text Example
White with #97655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97655B; }
p { color: rgb(151,101,91); }
H1.HeaderClassName
{
color: #97655B;
}
.AnyTagClassName
{
color: #97655B;
}
</style>
background-color css
<style>
a { background-color: #97655B; }
a { background-color: rgb(151,101,91); }
div.DivClassName
{
background-color: #97655B;
}
.BgClassName
{
background-color: #97655B;
}
</style>
border-color css
<style>
span { border-color: #97655B; }
span { border-color: rgb(151,101,91); }
td.TdClassName
{
border-color: #97655B;
}
.TagClassName
{
border-color: #97655B;
}
</style>