Shades of Dark Chestnut #977268
Tints of Dark Chestnut #977268
RGB
CMYK
RGB Variations
Color information
#977268 (or 0x977268) is known color: Dark Chestnut. HEX triplet: 97, 72 and 68. RGB value is (151,114,104). Sum of RGB (Red+Green+Blue) = 151+114+104=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #977268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977268 is #688D97. Grayscale: #7B7B7B. Windows color (decimal): -6851992 or 6845079. OLE color: 6845079.
HSL color Cylindrical-coordinate representation of color #977268: hue angle of 12.77º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #977268 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 114 | 104 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.41 |
| HSL | 12.77º | 0.18% | 0.5% | - |
| HSV(B) | 12.77º | 0.31% | 0.59% | - |
| XYZ | 21.28 | 19.61 | 15.76 | - |
| YUV | 123.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 114 | 104 | 0 | 0.25 | 0.31 | 0.41 | 12.77 | 0.18 | 0.5 |
| Hex | 97 | 72 | 68 | 0 | 19 | 1F | 29 | D | 12 | 32 |
| Octal | 227 | 162 | 150 | 0 | 31 | 37 | 51 | 15 | 22 | 62 |
| Binary | 10010111 | 1110010 | 1101000 | 0 | 11001 | 11111 | 101001 | 1101 | 10010 | 110010 |
Color Harmonies of #977268
Complementary color
Monochromatic Colors of #977268
Black with #977268
Text Example
Text Example
White with #977268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977268; }
p { color: rgb(151,114,104); }
H1.HeaderClassName
{
color: #977268;
}
.AnyTagClassName
{
color: #977268;
}
</style>
background-color css
<style>
a { background-color: #977268; }
a { background-color: rgb(151,114,104); }
div.DivClassName
{
background-color: #977268;
}
.BgClassName
{
background-color: #977268;
}
</style>
border-color css
<style>
span { border-color: #977268; }
span { border-color: rgb(151,114,104); }
td.TdClassName
{
border-color: #977268;
}
.TagClassName
{
border-color: #977268;
}
</style>