Shades of Toast #997166
Tints of Toast #997166
RGB
CMYK
RGB Variations
Color information
#997166 (or 0x997166) is known color: Toast. HEX triplet: 99, 71 and 66. RGB value is (153,113,102). Sum of RGB (Red+Green+Blue) = 153+113+102=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #997166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997166 is #668E99. Grayscale: #7B7B7B. Windows color (decimal): -6721178 or 6713753. OLE color: 6713753.
HSL color Cylindrical-coordinate representation of color #997166: hue angle of 12.94º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #997166 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 102 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.4 |
| HSL | 12.94º | 0.2% | 0.5% | - |
| HSV(B) | 12.94º | 0.33% | 0.6% | - |
| XYZ | 21.44 | 19.54 | 15.21 | - |
| YUV | 123.71 | 115.75 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 102 | 0 | 0.26 | 0.33 | 0.4 | 12.94 | 0.2 | 0.5 |
| Hex | 99 | 71 | 66 | 0 | 1A | 21 | 28 | D | 14 | 32 |
| Octal | 231 | 161 | 146 | 0 | 32 | 41 | 50 | 15 | 24 | 62 |
| Binary | 10011001 | 1110001 | 1100110 | 0 | 11010 | 100001 | 101000 | 1101 | 10100 | 110010 |
Color Harmonies of #997166
Complementary color
Monochromatic Colors of #997166
Black with #997166
Text Example
Text Example
White with #997166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997166; }
p { color: rgb(153,113,102); }
H1.HeaderClassName
{
color: #997166;
}
.AnyTagClassName
{
color: #997166;
}
</style>
background-color css
<style>
a { background-color: #997166; }
a { background-color: rgb(153,113,102); }
div.DivClassName
{
background-color: #997166;
}
.BgClassName
{
background-color: #997166;
}
</style>
border-color css
<style>
span { border-color: #997166; }
span { border-color: rgb(153,113,102); }
td.TdClassName
{
border-color: #997166;
}
.TagClassName
{
border-color: #997166;
}
</style>