Shades of Toast #9A735E
Tints of Toast #9A735E
RGB
CMYK
RGB Variations
Color information
#9A735E (or 0x9A735E) is known color: Toast. HEX triplet: 9A, 73 and 5E. RGB value is (154,115,94). Sum of RGB (Red+Green+Blue) = 154+115+94=363 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.42% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 154 - color contains mainly: red. Hex color #9A735E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A735E is #658CA1. Grayscale: #7C7C7C. Windows color (decimal): -6655138 or 6189978. OLE color: 6189978.
HSL color Cylindrical-coordinate representation of color #9A735E: hue angle of 21º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A735E is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 115 | 94 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.40 |
| HSL | 21º | 0.24% | 0.49% | - |
| HSV(B) | 21º | 0.39% | 0.6% | - |
| XYZ | 21.48 | 19.94 | 13.31 | - |
| YUV | 124.27 | 110.92 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 115 | 94 | 0 | 0.25 | 0.39 | 0.40 | 21 | 0.24 | 0.49 |
| Hex | 9A | 73 | 5E | 0 | 19 | 27 | 28 | 15 | 18 | 31 |
| Octal | 232 | 163 | 136 | 0 | 31 | 47 | 50 | 25 | 30 | 61 |
| Binary | 10011010 | 1110011 | 1011110 | 0 | 11001 | 100111 | 101000 | 10101 | 11000 | 110001 |
Color Harmonies of #9A735E
Complementary color
Monochromatic Colors of #9A735E
Black with #9A735E
Text Example
Text Example
White with #9A735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A735E; }
p { color: rgb(154,115,94); }
H1.HeaderClassName
{
color: #9A735E;
}
.AnyTagClassName
{
color: #9A735E;
}
</style>
background-color css
<style>
a { background-color: #9A735E; }
a { background-color: rgb(154,115,94); }
div.DivClassName
{
background-color: #9A735E;
}
.BgClassName
{
background-color: #9A735E;
}
</style>
border-color css
<style>
span { border-color: #9A735E; }
span { border-color: rgb(154,115,94); }
td.TdClassName
{
border-color: #9A735E;
}
.TagClassName
{
border-color: #9A735E;
}
</style>