Shades of Toast #9A7161
Tints of Toast #9A7161
RGB
CMYK
RGB Variations
Color information
#9A7161 (or 0x9A7161) is known color: Toast. HEX triplet: 9A, 71 and 61. RGB value is (154,113,97). Sum of RGB (Red+Green+Blue) = 154+113+97=364 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.31% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7161 is #658E9E. Grayscale: #7B7B7B. Windows color (decimal): -6655647 or 6386074. OLE color: 6386074.
HSL color Cylindrical-coordinate representation of color #9A7161: hue angle of 16.84º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A7161 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 113 | 97 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.40 |
| HSL | 16.84º | 0.23% | 0.49% | - |
| HSV(B) | 16.84º | 0.37% | 0.6% | - |
| XYZ | 21.39 | 19.54 | 13.95 | - |
| YUV | 123.44 | 113.08 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 113 | 97 | 0 | 0.27 | 0.37 | 0.40 | 16.84 | 0.23 | 0.49 |
| Hex | 9A | 71 | 61 | 0 | 1B | 25 | 28 | 11 | 17 | 31 |
| Octal | 232 | 161 | 141 | 0 | 33 | 45 | 50 | 21 | 27 | 61 |
| Binary | 10011010 | 1110001 | 1100001 | 0 | 11011 | 100101 | 101000 | 10001 | 10111 | 110001 |
Color Harmonies of #9A7161
Complementary color
Monochromatic Colors of #9A7161
Black with #9A7161
Text Example
Text Example
White with #9A7161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7161; }
p { color: rgb(154,113,97); }
H1.HeaderClassName
{
color: #9A7161;
}
.AnyTagClassName
{
color: #9A7161;
}
</style>
background-color css
<style>
a { background-color: #9A7161; }
a { background-color: rgb(154,113,97); }
div.DivClassName
{
background-color: #9A7161;
}
.BgClassName
{
background-color: #9A7161;
}
</style>
border-color css
<style>
span { border-color: #9A7161; }
span { border-color: rgb(154,113,97); }
td.TdClassName
{
border-color: #9A7161;
}
.TagClassName
{
border-color: #9A7161;
}
</style>