Shades of Toast #9F7368
Tints of Toast #9F7368
RGB
CMYK
RGB Variations
Color information
#9F7368 (or 0x9F7368) is known color: Toast. HEX triplet: 9F, 73 and 68. RGB value is (159,115,104). Sum of RGB (Red+Green+Blue) = 159+115+104=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7368 is #608C97. Grayscale: #7E7E7E. Windows color (decimal): -6327448 or 6845343. OLE color: 6845343.
HSL color Cylindrical-coordinate representation of color #9F7368: hue angle of 12º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F7368 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 115 | 104 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.38 |
| HSL | 12º | 0.22% | 0.52% | - |
| HSV(B) | 12º | 0.35% | 0.62% | - |
| XYZ | 22.93 | 20.63 | 15.87 | - |
| YUV | 126.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 104 | 0 | 0.28 | 0.35 | 0.38 | 12 | 0.22 | 0.52 |
| Hex | 9F | 73 | 68 | 0 | 1C | 23 | 26 | C | 16 | 34 |
| Octal | 237 | 163 | 150 | 0 | 34 | 43 | 46 | 14 | 26 | 64 |
| Binary | 10011111 | 1110011 | 1101000 | 0 | 11100 | 100011 | 100110 | 1100 | 10110 | 110100 |
Color Harmonies of #9F7368
Complementary color
Monochromatic Colors of #9F7368
Black with #9F7368
Text Example
Text Example
White with #9F7368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7368; }
p { color: rgb(159,115,104); }
H1.HeaderClassName
{
color: #9F7368;
}
.AnyTagClassName
{
color: #9F7368;
}
</style>
background-color css
<style>
a { background-color: #9F7368; }
a { background-color: rgb(159,115,104); }
div.DivClassName
{
background-color: #9F7368;
}
.BgClassName
{
background-color: #9F7368;
}
</style>
border-color css
<style>
span { border-color: #9F7368; }
span { border-color: rgb(159,115,104); }
td.TdClassName
{
border-color: #9F7368;
}
.TagClassName
{
border-color: #9F7368;
}
</style>