Shades of Toast #967267
Tints of Toast #967267
RGB
CMYK
RGB Variations
Color information
#967267 (or 0x967267) is known color: Toast. HEX triplet: 96, 72 and 67. RGB value is (150,114,103). Sum of RGB (Red+Green+Blue) = 150+114+103=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 103 (40.62% from 255 or 28.07% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #967267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967267 is #698D98. Grayscale: #7B7B7B. Windows color (decimal): -6917529 or 6779542. OLE color: 6779542.
HSL color Cylindrical-coordinate representation of color #967267: hue angle of 14.04º degrees, saturation: 0.19, 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 #967267 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 114 | 103 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.41 |
| HSL | 14.04º | 0.19% | 0.5% | - |
| HSV(B) | 14.04º | 0.31% | 0.59% | - |
| XYZ | 21.04 | 19.5 | 15.49 | - |
| YUV | 123.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 103 | 0 | 0.24 | 0.31 | 0.41 | 14.04 | 0.19 | 0.5 |
| Hex | 96 | 72 | 67 | 0 | 18 | 1F | 29 | E | 13 | 32 |
| Octal | 226 | 162 | 147 | 0 | 30 | 37 | 51 | 16 | 23 | 62 |
| Binary | 10010110 | 1110010 | 1100111 | 0 | 11000 | 11111 | 101001 | 1110 | 10011 | 110010 |
Color Harmonies of #967267
Complementary color
Monochromatic Colors of #967267
Black with #967267
Text Example
Text Example
White with #967267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967267; }
p { color: rgb(150,114,103); }
H1.HeaderClassName
{
color: #967267;
}
.AnyTagClassName
{
color: #967267;
}
</style>
background-color css
<style>
a { background-color: #967267; }
a { background-color: rgb(150,114,103); }
div.DivClassName
{
background-color: #967267;
}
.BgClassName
{
background-color: #967267;
}
</style>
border-color css
<style>
span { border-color: #967267; }
span { border-color: rgb(150,114,103); }
td.TdClassName
{
border-color: #967267;
}
.TagClassName
{
border-color: #967267;
}
</style>