Shades of Toast #9F7565
Tints of Toast #9F7565
RGB
CMYK
RGB Variations
Color information
#9F7565 (or 0x9F7565) is known color: Toast. HEX triplet: 9F, 75 and 65. RGB value is (159,117,101). Sum of RGB (Red+Green+Blue) = 159+117+101=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7565 is #608A9A. Grayscale: #7F7F7F. Windows color (decimal): -6326939 or 6649247. OLE color: 6649247.
HSL color Cylindrical-coordinate representation of color #9F7565: hue angle of 16.55º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F7565 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 117 | 101 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.38 |
| HSL | 16.55º | 0.23% | 0.51% | - |
| HSV(B) | 16.55º | 0.36% | 0.62% | - |
| XYZ | 23.01 | 21.03 | 15.16 | - |
| YUV | 127.73 | 112.91 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 101 | 0 | 0.26 | 0.36 | 0.38 | 16.55 | 0.23 | 0.51 |
| Hex | 9F | 75 | 65 | 0 | 1A | 24 | 26 | 11 | 17 | 33 |
| Octal | 237 | 165 | 145 | 0 | 32 | 44 | 46 | 21 | 27 | 63 |
| Binary | 10011111 | 1110101 | 1100101 | 0 | 11010 | 100100 | 100110 | 10001 | 10111 | 110011 |
Color Harmonies of #9F7565
Complementary color
Monochromatic Colors of #9F7565
Black with #9F7565
Text Example
Text Example
White with #9F7565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7565; }
p { color: rgb(159,117,101); }
H1.HeaderClassName
{
color: #9F7565;
}
.AnyTagClassName
{
color: #9F7565;
}
</style>
background-color css
<style>
a { background-color: #9F7565; }
a { background-color: rgb(159,117,101); }
div.DivClassName
{
background-color: #9F7565;
}
.BgClassName
{
background-color: #9F7565;
}
</style>
border-color css
<style>
span { border-color: #9F7565; }
span { border-color: rgb(159,117,101); }
td.TdClassName
{
border-color: #9F7565;
}
.TagClassName
{
border-color: #9F7565;
}
</style>