Shades of Toast #9F7059
Tints of Toast #9F7059
RGB
CMYK
RGB Variations
Color information
#9F7059 (or 0x9F7059) is known color: Toast. HEX triplet: 9F, 70 and 59. RGB value is (159,112,89). Sum of RGB (Red+Green+Blue) = 159+112+89=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7059 is #608FA6. Grayscale: #7B7B7B. Windows color (decimal): -6328231 or 5861535. OLE color: 5861535.
HSL color Cylindrical-coordinate representation of color #9F7059: hue angle of 19.71º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F7059 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 89 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.38 |
| HSL | 19.71º | 0.28% | 0.49% | - |
| HSV(B) | 19.71º | 0.44% | 0.62% | - |
| XYZ | 21.9 | 19.68 | 12.1 | - |
| YUV | 123.43 | 108.57 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 89 | 0 | 0.30 | 0.44 | 0.38 | 19.71 | 0.28 | 0.49 |
| Hex | 9F | 70 | 59 | 0 | 1E | 2C | 26 | 14 | 1C | 31 |
| Octal | 237 | 160 | 131 | 0 | 36 | 54 | 46 | 24 | 34 | 61 |
| Binary | 10011111 | 1110000 | 1011001 | 0 | 11110 | 101100 | 100110 | 10100 | 11100 | 110001 |
Color Harmonies of #9F7059
Complementary color
Monochromatic Colors of #9F7059
Black with #9F7059
Text Example
Text Example
White with #9F7059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7059; }
p { color: rgb(159,112,89); }
H1.HeaderClassName
{
color: #9F7059;
}
.AnyTagClassName
{
color: #9F7059;
}
</style>
background-color css
<style>
a { background-color: #9F7059; }
a { background-color: rgb(159,112,89); }
div.DivClassName
{
background-color: #9F7059;
}
.BgClassName
{
background-color: #9F7059;
}
</style>
border-color css
<style>
span { border-color: #9F7059; }
span { border-color: rgb(159,112,89); }
td.TdClassName
{
border-color: #9F7059;
}
.TagClassName
{
border-color: #9F7059;
}
</style>