Shades of Toast #9F705F
Tints of Toast #9F705F
RGB
CMYK
RGB Variations
Color information
#9F705F (or 0x9F705F) is known color: Toast. HEX triplet: 9F, 70 and 5F. RGB value is (159,112,95). Sum of RGB (Red+Green+Blue) = 159+112+95=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 159 - color contains mainly: red. Hex color #9F705F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F705F is #608FA0. Grayscale: #7C7C7C. Windows color (decimal): -6328225 or 6254751. OLE color: 6254751.
HSL color Cylindrical-coordinate representation of color #9F705F: hue angle of 15.94º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F705F is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 95 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.38 |
| HSL | 15.94º | 0.25% | 0.5% | - |
| HSV(B) | 15.94º | 0.4% | 0.62% | - |
| XYZ | 22.16 | 19.79 | 13.48 | - |
| YUV | 124.12 | 111.57 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 95 | 0 | 0.30 | 0.40 | 0.38 | 15.94 | 0.25 | 0.5 |
| Hex | 9F | 70 | 5F | 0 | 1E | 28 | 26 | 10 | 19 | 32 |
| Octal | 237 | 160 | 137 | 0 | 36 | 50 | 46 | 20 | 31 | 62 |
| Binary | 10011111 | 1110000 | 1011111 | 0 | 11110 | 101000 | 100110 | 10000 | 11001 | 110010 |
Color Harmonies of #9F705F
Complementary color
Monochromatic Colors of #9F705F
Black with #9F705F
Text Example
Text Example
White with #9F705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F705F; }
p { color: rgb(159,112,95); }
H1.HeaderClassName
{
color: #9F705F;
}
.AnyTagClassName
{
color: #9F705F;
}
</style>
background-color css
<style>
a { background-color: #9F705F; }
a { background-color: rgb(159,112,95); }
div.DivClassName
{
background-color: #9F705F;
}
.BgClassName
{
background-color: #9F705F;
}
</style>
border-color css
<style>
span { border-color: #9F705F; }
span { border-color: rgb(159,112,95); }
td.TdClassName
{
border-color: #9F705F;
}
.TagClassName
{
border-color: #9F705F;
}
</style>