Shades of Toast #967468
Tints of Toast #967468
RGB
CMYK
RGB Variations
Color information
#967468 (or 0x967468) is known color: Toast. HEX triplet: 96, 74 and 68. RGB value is (150,116,104). Sum of RGB (Red+Green+Blue) = 150+116+104=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #967468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967468 is #698B97. Grayscale: #7C7C7C. Windows color (decimal): -6917016 or 6845590. OLE color: 6845590.
HSL color Cylindrical-coordinate representation of color #967468: hue angle of 15.65º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #967468 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 116 | 104 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.41 |
| HSL | 15.65º | 0.18% | 0.5% | - |
| HSV(B) | 15.65º | 0.31% | 0.59% | - |
| XYZ | 21.32 | 19.97 | 15.83 | - |
| YUV | 124.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 116 | 104 | 0 | 0.23 | 0.31 | 0.41 | 15.65 | 0.18 | 0.5 |
| Hex | 96 | 74 | 68 | 0 | 17 | 1F | 29 | 10 | 12 | 32 |
| Octal | 226 | 164 | 150 | 0 | 27 | 37 | 51 | 20 | 22 | 62 |
| Binary | 10010110 | 1110100 | 1101000 | 0 | 10111 | 11111 | 101001 | 10000 | 10010 | 110010 |
Color Harmonies of #967468
Complementary color
Monochromatic Colors of #967468
Black with #967468
Text Example
Text Example
White with #967468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967468; }
p { color: rgb(150,116,104); }
H1.HeaderClassName
{
color: #967468;
}
.AnyTagClassName
{
color: #967468;
}
</style>
background-color css
<style>
a { background-color: #967468; }
a { background-color: rgb(150,116,104); }
div.DivClassName
{
background-color: #967468;
}
.BgClassName
{
background-color: #967468;
}
</style>
border-color css
<style>
span { border-color: #967468; }
span { border-color: rgb(150,116,104); }
td.TdClassName
{
border-color: #967468;
}
.TagClassName
{
border-color: #967468;
}
</style>