Shades of Toast #9F7566
Tints of Toast #9F7566
RGB
CMYK
RGB Variations
Color information
#9F7566 (or 0x9F7566) is known color: Toast. HEX triplet: 9F, 75 and 66. RGB value is (159,117,102). Sum of RGB (Red+Green+Blue) = 159+117+102=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7566 is #608A99. Grayscale: #7F7F7F. Windows color (decimal): -6326938 or 6714783. OLE color: 6714783.
HSL color Cylindrical-coordinate representation of color #9F7566: hue angle of 15.79º 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 #9F7566 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 117 | 102 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.38 |
| HSL | 15.79º | 0.23% | 0.51% | - |
| HSV(B) | 15.79º | 0.36% | 0.62% | - |
| XYZ | 23.06 | 21.05 | 15.42 | - |
| YUV | 127.85 | 113.41 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 102 | 0 | 0.26 | 0.36 | 0.38 | 15.79 | 0.23 | 0.51 |
| Hex | 9F | 75 | 66 | 0 | 1A | 24 | 26 | 10 | 17 | 33 |
| Octal | 237 | 165 | 146 | 0 | 32 | 44 | 46 | 20 | 27 | 63 |
| Binary | 10011111 | 1110101 | 1100110 | 0 | 11010 | 100100 | 100110 | 10000 | 10111 | 110011 |
Color Harmonies of #9F7566
Complementary color
Monochromatic Colors of #9F7566
Black with #9F7566
Text Example
Text Example
White with #9F7566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7566; }
p { color: rgb(159,117,102); }
H1.HeaderClassName
{
color: #9F7566;
}
.AnyTagClassName
{
color: #9F7566;
}
</style>
background-color css
<style>
a { background-color: #9F7566; }
a { background-color: rgb(159,117,102); }
div.DivClassName
{
background-color: #9F7566;
}
.BgClassName
{
background-color: #9F7566;
}
</style>
border-color css
<style>
span { border-color: #9F7566; }
span { border-color: rgb(159,117,102); }
td.TdClassName
{
border-color: #9F7566;
}
.TagClassName
{
border-color: #9F7566;
}
</style>