Shades of Toast #976E60
Tints of Toast #976E60
RGB
CMYK
RGB Variations
Color information
#976E60 (or 0x976E60) is known color: Toast. HEX triplet: 97, 6E and 60. RGB value is (151,110,96). Sum of RGB (Red+Green+Blue) = 151+110+96=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 151 - color contains mainly: red. Hex color #976E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976E60 is #68919F. Grayscale: #787878. Windows color (decimal): -6853024 or 6319767. OLE color: 6319767.
HSL color Cylindrical-coordinate representation of color #976E60: hue angle of 15.27º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #976E60 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 110 | 96 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.41 |
| HSL | 15.27º | 0.22% | 0.48% | - |
| HSV(B) | 15.27º | 0.36% | 0.59% | - |
| XYZ | 20.45 | 18.58 | 13.57 | - |
| YUV | 120.66 | 114.08 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 110 | 96 | 0 | 0.27 | 0.36 | 0.41 | 15.27 | 0.22 | 0.48 |
| Hex | 97 | 6E | 60 | 0 | 1B | 24 | 29 | F | 16 | 30 |
| Octal | 227 | 156 | 140 | 0 | 33 | 44 | 51 | 17 | 26 | 60 |
| Binary | 10010111 | 1101110 | 1100000 | 0 | 11011 | 100100 | 101001 | 1111 | 10110 | 110000 |
Color Harmonies of #976E60
Complementary color
Monochromatic Colors of #976E60
Black with #976E60
Text Example
Text Example
White with #976E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976E60; }
p { color: rgb(151,110,96); }
H1.HeaderClassName
{
color: #976E60;
}
.AnyTagClassName
{
color: #976E60;
}
</style>
background-color css
<style>
a { background-color: #976E60; }
a { background-color: rgb(151,110,96); }
div.DivClassName
{
background-color: #976E60;
}
.BgClassName
{
background-color: #976E60;
}
</style>
border-color css
<style>
span { border-color: #976E60; }
span { border-color: rgb(151,110,96); }
td.TdClassName
{
border-color: #976E60;
}
.TagClassName
{
border-color: #976E60;
}
</style>