Shades of Dark Chestnut #97655E
Tints of Dark Chestnut #97655E
RGB
CMYK
RGB Variations
Color information
#97655E (or 0x97655E) is known color: Dark Chestnut. HEX triplet: 97, 65 and 5E. RGB value is (151,101,94). Sum of RGB (Red+Green+Blue) = 151+101+94=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #97655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97655E is #689AA1. Grayscale: #737373. Windows color (decimal): -6855330 or 6186391. OLE color: 6186391.
HSL color Cylindrical-coordinate representation of color #97655E: hue angle of 7.37º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97655E is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 101 | 94 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.41 |
| HSL | 7.37º | 0.23% | 0.48% | - |
| HSV(B) | 7.37º | 0.38% | 0.59% | - |
| XYZ | 19.44 | 16.69 | 12.79 | - |
| YUV | 115.15 | 116.07 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 101 | 94 | 0 | 0.33 | 0.38 | 0.41 | 7.37 | 0.23 | 0.48 |
| Hex | 97 | 65 | 5E | 0 | 21 | 26 | 29 | 7 | 17 | 30 |
| Octal | 227 | 145 | 136 | 0 | 41 | 46 | 51 | 7 | 27 | 60 |
| Binary | 10010111 | 1100101 | 1011110 | 0 | 100001 | 100110 | 101001 | 111 | 10111 | 110000 |
Color Harmonies of #97655E
Complementary color
Monochromatic Colors of #97655E
Black with #97655E
Text Example
Text Example
White with #97655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97655E; }
p { color: rgb(151,101,94); }
H1.HeaderClassName
{
color: #97655E;
}
.AnyTagClassName
{
color: #97655E;
}
</style>
background-color css
<style>
a { background-color: #97655E; }
a { background-color: rgb(151,101,94); }
div.DivClassName
{
background-color: #97655E;
}
.BgClassName
{
background-color: #97655E;
}
</style>
border-color css
<style>
span { border-color: #97655E; }
span { border-color: rgb(151,101,94); }
td.TdClassName
{
border-color: #97655E;
}
.TagClassName
{
border-color: #97655E;
}
</style>