Shades of Toast #967263
Tints of Toast #967263
RGB
CMYK
RGB Variations
Color information
#967263 (or 0x967263) is known color: Toast. HEX triplet: 96, 72 and 63. RGB value is (150,114,99). Sum of RGB (Red+Green+Blue) = 150+114+99=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #967263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967263 is #698D9C. Grayscale: #7B7B7B. Windows color (decimal): -6917533 or 6517398. OLE color: 6517398.
HSL color Cylindrical-coordinate representation of color #967263: hue angle of 17.65º 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 #967263 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 114 | 99 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.41 |
| HSL | 17.65º | 0.2% | 0.49% | - |
| HSV(B) | 17.65º | 0.34% | 0.59% | - |
| XYZ | 20.85 | 19.42 | 14.45 | - |
| YUV | 123.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 99 | 0 | 0.24 | 0.34 | 0.41 | 17.65 | 0.2 | 0.49 |
| Hex | 96 | 72 | 63 | 0 | 18 | 22 | 29 | 12 | 14 | 31 |
| Octal | 226 | 162 | 143 | 0 | 30 | 42 | 51 | 22 | 24 | 61 |
| Binary | 10010110 | 1110010 | 1100011 | 0 | 11000 | 100010 | 101001 | 10010 | 10100 | 110001 |
Color Harmonies of #967263
Complementary color
Monochromatic Colors of #967263
Black with #967263
Text Example
Text Example
White with #967263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967263; }
p { color: rgb(150,114,99); }
H1.HeaderClassName
{
color: #967263;
}
.AnyTagClassName
{
color: #967263;
}
</style>
background-color css
<style>
a { background-color: #967263; }
a { background-color: rgb(150,114,99); }
div.DivClassName
{
background-color: #967263;
}
.BgClassName
{
background-color: #967263;
}
</style>
border-color css
<style>
span { border-color: #967263; }
span { border-color: rgb(150,114,99); }
td.TdClassName
{
border-color: #967263;
}
.TagClassName
{
border-color: #967263;
}
</style>