Shades of Toast #9F705E
Tints of Toast #9F705E
RGB
CMYK
RGB Variations
Color information
#9F705E (or 0x9F705E) is known color: Toast. HEX triplet: 9F, 70 and 5E. RGB value is (159,112,94). Sum of RGB (Red+Green+Blue) = 159+112+94=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F705E is #608FA1. Grayscale: #7C7C7C. Windows color (decimal): -6328226 or 6189215. OLE color: 6189215.
HSL color Cylindrical-coordinate representation of color #9F705E: hue angle of 16.62º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F705E is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 94 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.38 |
| HSL | 16.62º | 0.26% | 0.5% | - |
| HSV(B) | 16.62º | 0.41% | 0.62% | - |
| XYZ | 22.11 | 19.77 | 13.24 | - |
| YUV | 124 | 111.07 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 94 | 0 | 0.30 | 0.41 | 0.38 | 16.62 | 0.26 | 0.5 |
| Hex | 9F | 70 | 5E | 0 | 1E | 29 | 26 | 11 | 1A | 32 |
| Octal | 237 | 160 | 136 | 0 | 36 | 51 | 46 | 21 | 32 | 62 |
| Binary | 10011111 | 1110000 | 1011110 | 0 | 11110 | 101001 | 100110 | 10001 | 11010 | 110010 |
Color Harmonies of #9F705E
Complementary color
Monochromatic Colors of #9F705E
Black with #9F705E
Text Example
Text Example
White with #9F705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F705E; }
p { color: rgb(159,112,94); }
H1.HeaderClassName
{
color: #9F705E;
}
.AnyTagClassName
{
color: #9F705E;
}
</style>
background-color css
<style>
a { background-color: #9F705E; }
a { background-color: rgb(159,112,94); }
div.DivClassName
{
background-color: #9F705E;
}
.BgClassName
{
background-color: #9F705E;
}
</style>
border-color css
<style>
span { border-color: #9F705E; }
span { border-color: rgb(159,112,94); }
td.TdClassName
{
border-color: #9F705E;
}
.TagClassName
{
border-color: #9F705E;
}
</style>