Shades of Toast #966F62
Tints of Toast #966F62
RGB
CMYK
RGB Variations
Color information
#966F62 (or 0x966F62) is known color: Toast. HEX triplet: 96, 6F and 62. RGB value is (150,111,98). Sum of RGB (Red+Green+Blue) = 150+111+98=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #966F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966F62 is #69909D. Grayscale: #797979. Windows color (decimal): -6918302 or 6451094. OLE color: 6451094.
HSL color Cylindrical-coordinate representation of color #966F62: hue angle of 15º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #966F62 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 111 | 98 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.41 |
| HSL | 15º | 0.21% | 0.49% | - |
| HSV(B) | 15º | 0.35% | 0.59% | - |
| XYZ | 20.47 | 18.73 | 14.09 | - |
| YUV | 121.18 | 114.92 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 98 | 0 | 0.26 | 0.35 | 0.41 | 15 | 0.21 | 0.49 |
| Hex | 96 | 6F | 62 | 0 | 1A | 23 | 29 | F | 15 | 31 |
| Octal | 226 | 157 | 142 | 0 | 32 | 43 | 51 | 17 | 25 | 61 |
| Binary | 10010110 | 1101111 | 1100010 | 0 | 11010 | 100011 | 101001 | 1111 | 10101 | 110001 |
Color Harmonies of #966F62
Complementary color
Monochromatic Colors of #966F62
Black with #966F62
Text Example
Text Example
White with #966F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966F62; }
p { color: rgb(150,111,98); }
H1.HeaderClassName
{
color: #966F62;
}
.AnyTagClassName
{
color: #966F62;
}
</style>
background-color css
<style>
a { background-color: #966F62; }
a { background-color: rgb(150,111,98); }
div.DivClassName
{
background-color: #966F62;
}
.BgClassName
{
background-color: #966F62;
}
</style>
border-color css
<style>
span { border-color: #966F62; }
span { border-color: rgb(150,111,98); }
td.TdClassName
{
border-color: #966F62;
}
.TagClassName
{
border-color: #966F62;
}
</style>