Shades of Toast #977063
Tints of Toast #977063
RGB
CMYK
RGB Variations
Color information
#977063 (or 0x977063) is known color: Toast. HEX triplet: 97, 70 and 63. RGB value is (151,112,99). Sum of RGB (Red+Green+Blue) = 151+112+99=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 151 - color contains mainly: red. Hex color #977063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977063 is #688F9C. Grayscale: #7A7A7A. Windows color (decimal): -6852509 or 6516887. OLE color: 6516887.
HSL color Cylindrical-coordinate representation of color #977063: hue angle of 15º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #977063 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 112 | 99 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.41 |
| HSL | 15º | 0.21% | 0.49% | - |
| HSV(B) | 15º | 0.34% | 0.59% | - |
| XYZ | 20.81 | 19.07 | 14.39 | - |
| YUV | 122.18 | 114.92 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 112 | 99 | 0 | 0.26 | 0.34 | 0.41 | 15 | 0.21 | 0.49 |
| Hex | 97 | 70 | 63 | 0 | 1A | 22 | 29 | F | 15 | 31 |
| Octal | 227 | 160 | 143 | 0 | 32 | 42 | 51 | 17 | 25 | 61 |
| Binary | 10010111 | 1110000 | 1100011 | 0 | 11010 | 100010 | 101001 | 1111 | 10101 | 110001 |
Color Harmonies of #977063
Complementary color
Monochromatic Colors of #977063
Black with #977063
Text Example
Text Example
White with #977063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977063; }
p { color: rgb(151,112,99); }
H1.HeaderClassName
{
color: #977063;
}
.AnyTagClassName
{
color: #977063;
}
</style>
background-color css
<style>
a { background-color: #977063; }
a { background-color: rgb(151,112,99); }
div.DivClassName
{
background-color: #977063;
}
.BgClassName
{
background-color: #977063;
}
</style>
border-color css
<style>
span { border-color: #977063; }
span { border-color: rgb(151,112,99); }
td.TdClassName
{
border-color: #977063;
}
.TagClassName
{
border-color: #977063;
}
</style>