Shades of Toast #9F7569
Tints of Toast #9F7569
RGB
CMYK
RGB Variations
Color information
#9F7569 (or 0x9F7569) is known color: Toast. HEX triplet: 9F, 75 and 69. RGB value is (159,117,105). Sum of RGB (Red+Green+Blue) = 159+117+105=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7569 is #608A96. Grayscale: #808080. Windows color (decimal): -6326935 or 6911391. OLE color: 6911391.
HSL color Cylindrical-coordinate representation of color #9F7569: hue angle of 13.33º 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 #9F7569 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 117 | 105 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.38 |
| HSL | 13.33º | 0.22% | 0.52% | - |
| HSV(B) | 13.33º | 0.34% | 0.62% | - |
| XYZ | 23.21 | 21.11 | 16.22 | - |
| YUV | 128.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 105 | 0 | 0.26 | 0.34 | 0.38 | 13.33 | 0.22 | 0.52 |
| Hex | 9F | 75 | 69 | 0 | 1A | 22 | 26 | D | 16 | 34 |
| Octal | 237 | 165 | 151 | 0 | 32 | 42 | 46 | 15 | 26 | 64 |
| Binary | 10011111 | 1110101 | 1101001 | 0 | 11010 | 100010 | 100110 | 1101 | 10110 | 110100 |
Color Harmonies of #9F7569
Complementary color
Monochromatic Colors of #9F7569
Black with #9F7569
Text Example
Text Example
White with #9F7569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7569; }
p { color: rgb(159,117,105); }
H1.HeaderClassName
{
color: #9F7569;
}
.AnyTagClassName
{
color: #9F7569;
}
</style>
background-color css
<style>
a { background-color: #9F7569; }
a { background-color: rgb(159,117,105); }
div.DivClassName
{
background-color: #9F7569;
}
.BgClassName
{
background-color: #9F7569;
}
</style>
border-color css
<style>
span { border-color: #9F7569; }
span { border-color: rgb(159,117,105); }
td.TdClassName
{
border-color: #9F7569;
}
.TagClassName
{
border-color: #9F7569;
}
</style>