Shades of Toast #9F7369
Tints of Toast #9F7369
RGB
CMYK
RGB Variations
Color information
#9F7369 (or 0x9F7369) is known color: Toast. HEX triplet: 9F, 73 and 69. RGB value is (159,115,105). Sum of RGB (Red+Green+Blue) = 159+115+105=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7369 is #608C96. Grayscale: #7F7F7F. Windows color (decimal): -6327447 or 6910879. OLE color: 6910879.
HSL color Cylindrical-coordinate representation of color #9F7369: hue angle of 11.11º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F7369 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 115 | 105 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.38 |
| HSL | 11.11º | 0.22% | 0.52% | - |
| HSV(B) | 11.11º | 0.34% | 0.62% | - |
| XYZ | 22.98 | 20.65 | 16.14 | - |
| YUV | 127.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 105 | 0 | 0.28 | 0.34 | 0.38 | 11.11 | 0.22 | 0.52 |
| Hex | 9F | 73 | 69 | 0 | 1C | 22 | 26 | B | 16 | 34 |
| Octal | 237 | 163 | 151 | 0 | 34 | 42 | 46 | 13 | 26 | 64 |
| Binary | 10011111 | 1110011 | 1101001 | 0 | 11100 | 100010 | 100110 | 1011 | 10110 | 110100 |
Color Harmonies of #9F7369
Complementary color
Monochromatic Colors of #9F7369
Black with #9F7369
Text Example
Text Example
White with #9F7369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7369; }
p { color: rgb(159,115,105); }
H1.HeaderClassName
{
color: #9F7369;
}
.AnyTagClassName
{
color: #9F7369;
}
</style>
background-color css
<style>
a { background-color: #9F7369; }
a { background-color: rgb(159,115,105); }
div.DivClassName
{
background-color: #9F7369;
}
.BgClassName
{
background-color: #9F7369;
}
</style>
border-color css
<style>
span { border-color: #9F7369; }
span { border-color: rgb(159,115,105); }
td.TdClassName
{
border-color: #9F7369;
}
.TagClassName
{
border-color: #9F7369;
}
</style>