Shades of Toast #967063
Tints of Toast #967063
RGB
CMYK
RGB Variations
Color information
#967063 (or 0x967063) is known color: Toast. HEX triplet: 96, 70 and 63. RGB value is (150,112,99). Sum of RGB (Red+Green+Blue) = 150+112+99=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #967063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967063 is #698F9C. Grayscale: #797979. Windows color (decimal): -6918045 or 6516886. OLE color: 6516886.
HSL color Cylindrical-coordinate representation of color #967063: hue angle of 15.29º degrees, saturation: 0.2, 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 #967063 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 112 | 99 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.41 |
| HSL | 15.29º | 0.2% | 0.49% | - |
| HSV(B) | 15.29º | 0.34% | 0.59% | - |
| XYZ | 20.62 | 18.97 | 14.38 | - |
| YUV | 121.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 99 | 0 | 0.25 | 0.34 | 0.41 | 15.29 | 0.2 | 0.49 |
| Hex | 96 | 70 | 63 | 0 | 19 | 22 | 29 | F | 14 | 31 |
| Octal | 226 | 160 | 143 | 0 | 31 | 42 | 51 | 17 | 24 | 61 |
| Binary | 10010110 | 1110000 | 1100011 | 0 | 11001 | 100010 | 101001 | 1111 | 10100 | 110001 |
Color Harmonies of #967063
Complementary color
Monochromatic Colors of #967063
Black with #967063
Text Example
Text Example
White with #967063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967063; }
p { color: rgb(150,112,99); }
H1.HeaderClassName
{
color: #967063;
}
.AnyTagClassName
{
color: #967063;
}
</style>
background-color css
<style>
a { background-color: #967063; }
a { background-color: rgb(150,112,99); }
div.DivClassName
{
background-color: #967063;
}
.BgClassName
{
background-color: #967063;
}
</style>
border-color css
<style>
span { border-color: #967063; }
span { border-color: rgb(150,112,99); }
td.TdClassName
{
border-color: #967063;
}
.TagClassName
{
border-color: #967063;
}
</style>