Shades of Toast #9A7364
Tints of Toast #9A7364
RGB
CMYK
RGB Variations
Color information
#9A7364 (or 0x9A7364) is known color: Toast. HEX triplet: 9A, 73 and 64. RGB value is (154,115,100). Sum of RGB (Red+Green+Blue) = 154+115+100=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7364 is #658C9B. Grayscale: #7D7D7D. Windows color (decimal): -6655132 or 6583194. OLE color: 6583194.
HSL color Cylindrical-coordinate representation of color #9A7364: hue angle of 16.67º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A7364 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 115 | 100 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.40 |
| HSL | 16.67º | 0.21% | 0.5% | - |
| HSV(B) | 16.67º | 0.35% | 0.6% | - |
| XYZ | 21.76 | 20.05 | 14.78 | - |
| YUV | 124.95 | 113.92 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 115 | 100 | 0 | 0.25 | 0.35 | 0.40 | 16.67 | 0.21 | 0.5 |
| Hex | 9A | 73 | 64 | 0 | 19 | 23 | 28 | 11 | 15 | 32 |
| Octal | 232 | 163 | 144 | 0 | 31 | 43 | 50 | 21 | 25 | 62 |
| Binary | 10011010 | 1110011 | 1100100 | 0 | 11001 | 100011 | 101000 | 10001 | 10101 | 110010 |
Color Harmonies of #9A7364
Complementary color
Monochromatic Colors of #9A7364
Black with #9A7364
Text Example
Text Example
White with #9A7364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7364; }
p { color: rgb(154,115,100); }
H1.HeaderClassName
{
color: #9A7364;
}
.AnyTagClassName
{
color: #9A7364;
}
</style>
background-color css
<style>
a { background-color: #9A7364; }
a { background-color: rgb(154,115,100); }
div.DivClassName
{
background-color: #9A7364;
}
.BgClassName
{
background-color: #9A7364;
}
</style>
border-color css
<style>
span { border-color: #9A7364; }
span { border-color: rgb(154,115,100); }
td.TdClassName
{
border-color: #9A7364;
}
.TagClassName
{
border-color: #9A7364;
}
</style>