Shades of Toast #967266
Tints of Toast #967266
RGB
CMYK
RGB Variations
Color information
#967266 (or 0x967266) is known color: Toast. HEX triplet: 96, 72 and 66. RGB value is (150,114,102). Sum of RGB (Red+Green+Blue) = 150+114+102=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #967266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967266 is #698D99. Grayscale: #7B7B7B. Windows color (decimal): -6917530 or 6714006. OLE color: 6714006.
HSL color Cylindrical-coordinate representation of color #967266: hue angle of 15º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #967266 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 114 | 102 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.41 |
| HSL | 15º | 0.19% | 0.49% | - |
| HSV(B) | 15º | 0.32% | 0.59% | - |
| XYZ | 20.99 | 19.48 | 15.22 | - |
| YUV | 123.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 102 | 0 | 0.24 | 0.32 | 0.41 | 15 | 0.19 | 0.49 |
| Hex | 96 | 72 | 66 | 0 | 18 | 20 | 29 | F | 13 | 31 |
| Octal | 226 | 162 | 146 | 0 | 30 | 40 | 51 | 17 | 23 | 61 |
| Binary | 10010110 | 1110010 | 1100110 | 0 | 11000 | 100000 | 101001 | 1111 | 10011 | 110001 |
Color Harmonies of #967266
Complementary color
Monochromatic Colors of #967266
Black with #967266
Text Example
Text Example
White with #967266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967266; }
p { color: rgb(150,114,102); }
H1.HeaderClassName
{
color: #967266;
}
.AnyTagClassName
{
color: #967266;
}
</style>
background-color css
<style>
a { background-color: #967266; }
a { background-color: rgb(150,114,102); }
div.DivClassName
{
background-color: #967266;
}
.BgClassName
{
background-color: #967266;
}
</style>
border-color css
<style>
span { border-color: #967266; }
span { border-color: rgb(150,114,102); }
td.TdClassName
{
border-color: #967266;
}
.TagClassName
{
border-color: #967266;
}
</style>