Shades of Toast #977366
Tints of Toast #977366
RGB
CMYK
RGB Variations
Color information
#977366 (or 0x977366) is known color: Toast. HEX triplet: 97, 73 and 66. RGB value is (151,115,102). Sum of RGB (Red+Green+Blue) = 151+115+102=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #977366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977366 is #688C99. Grayscale: #7C7C7C. Windows color (decimal): -6851738 or 6714263. OLE color: 6714263.
HSL color Cylindrical-coordinate representation of color #977366: hue angle of 15.92º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #977366 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 115 | 102 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.41 |
| HSL | 15.92º | 0.19% | 0.5% | - |
| HSV(B) | 15.92º | 0.32% | 0.59% | - |
| XYZ | 21.29 | 19.8 | 15.27 | - |
| YUV | 124.28 | 115.43 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 115 | 102 | 0 | 0.24 | 0.32 | 0.41 | 15.92 | 0.19 | 0.5 |
| Hex | 97 | 73 | 66 | 0 | 18 | 20 | 29 | 10 | 13 | 32 |
| Octal | 227 | 163 | 146 | 0 | 30 | 40 | 51 | 20 | 23 | 62 |
| Binary | 10010111 | 1110011 | 1100110 | 0 | 11000 | 100000 | 101001 | 10000 | 10011 | 110010 |
Color Harmonies of #977366
Complementary color
Monochromatic Colors of #977366
Black with #977366
Text Example
Text Example
White with #977366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977366; }
p { color: rgb(151,115,102); }
H1.HeaderClassName
{
color: #977366;
}
.AnyTagClassName
{
color: #977366;
}
</style>
background-color css
<style>
a { background-color: #977366; }
a { background-color: rgb(151,115,102); }
div.DivClassName
{
background-color: #977366;
}
.BgClassName
{
background-color: #977366;
}
</style>
border-color css
<style>
span { border-color: #977366; }
span { border-color: rgb(151,115,102); }
td.TdClassName
{
border-color: #977366;
}
.TagClassName
{
border-color: #977366;
}
</style>