Shades of Toast #9A6E61
Tints of Toast #9A6E61
RGB
CMYK
RGB Variations
Color information
#9A6E61 (or 0x9A6E61) is known color: Toast. HEX triplet: 9A, 6E and 61. RGB value is (154,110,97). Sum of RGB (Red+Green+Blue) = 154+110+97=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6E61 is #65919E. Grayscale: #797979. Windows color (decimal): -6656415 or 6385306. OLE color: 6385306.
HSL color Cylindrical-coordinate representation of color #9A6E61: hue angle of 13.68º 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 #9A6E61 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 110 | 97 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.40 |
| HSL | 13.68º | 0.23% | 0.49% | - |
| HSV(B) | 13.68º | 0.37% | 0.6% | - |
| XYZ | 21.06 | 18.88 | 13.84 | - |
| YUV | 121.67 | 114.08 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 110 | 97 | 0 | 0.29 | 0.37 | 0.40 | 13.68 | 0.23 | 0.49 |
| Hex | 9A | 6E | 61 | 0 | 1D | 25 | 28 | E | 17 | 31 |
| Octal | 232 | 156 | 141 | 0 | 35 | 45 | 50 | 16 | 27 | 61 |
| Binary | 10011010 | 1101110 | 1100001 | 0 | 11101 | 100101 | 101000 | 1110 | 10111 | 110001 |
Color Harmonies of #9A6E61
Complementary color
Monochromatic Colors of #9A6E61
Black with #9A6E61
Text Example
Text Example
White with #9A6E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6E61; }
p { color: rgb(154,110,97); }
H1.HeaderClassName
{
color: #9A6E61;
}
.AnyTagClassName
{
color: #9A6E61;
}
</style>
background-color css
<style>
a { background-color: #9A6E61; }
a { background-color: rgb(154,110,97); }
div.DivClassName
{
background-color: #9A6E61;
}
.BgClassName
{
background-color: #9A6E61;
}
</style>
border-color css
<style>
span { border-color: #9A6E61; }
span { border-color: rgb(154,110,97); }
td.TdClassName
{
border-color: #9A6E61;
}
.TagClassName
{
border-color: #9A6E61;
}
</style>