Shades of Toast #9F7066
Tints of Toast #9F7066
RGB
CMYK
RGB Variations
Color information
#9F7066 (or 0x9F7066) is known color: Toast. HEX triplet: 9F, 70 and 66. RGB value is (159,112,102). Sum of RGB (Red+Green+Blue) = 159+112+102=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7066 is #608F99. Grayscale: #7D7D7D. Windows color (decimal): -6328218 or 6713503. OLE color: 6713503.
HSL color Cylindrical-coordinate representation of color #9F7066: hue angle of 10.53º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F7066 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 102 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.38 |
| HSL | 10.53º | 0.23% | 0.51% | - |
| HSV(B) | 10.53º | 0.36% | 0.62% | - |
| XYZ | 22.49 | 19.92 | 15.23 | - |
| YUV | 124.91 | 115.07 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 102 | 0 | 0.30 | 0.36 | 0.38 | 10.53 | 0.23 | 0.51 |
| Hex | 9F | 70 | 66 | 0 | 1E | 24 | 26 | B | 17 | 33 |
| Octal | 237 | 160 | 146 | 0 | 36 | 44 | 46 | 13 | 27 | 63 |
| Binary | 10011111 | 1110000 | 1100110 | 0 | 11110 | 100100 | 100110 | 1011 | 10111 | 110011 |
Color Harmonies of #9F7066
Complementary color
Monochromatic Colors of #9F7066
Black with #9F7066
Text Example
Text Example
White with #9F7066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7066; }
p { color: rgb(159,112,102); }
H1.HeaderClassName
{
color: #9F7066;
}
.AnyTagClassName
{
color: #9F7066;
}
</style>
background-color css
<style>
a { background-color: #9F7066; }
a { background-color: rgb(159,112,102); }
div.DivClassName
{
background-color: #9F7066;
}
.BgClassName
{
background-color: #9F7066;
}
</style>
border-color css
<style>
span { border-color: #9F7066; }
span { border-color: rgb(159,112,102); }
td.TdClassName
{
border-color: #9F7066;
}
.TagClassName
{
border-color: #9F7066;
}
</style>