Shades of Toast #9F735B
Tints of Toast #9F735B
RGB
CMYK
RGB Variations
Color information
#9F735B (or 0x9F735B) is known color: Toast. HEX triplet: 9F, 73 and 5B. RGB value is (159,115,91). Sum of RGB (Red+Green+Blue) = 159+115+91=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F735B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F735B is #608CA4. Grayscale: #7D7D7D. Windows color (decimal): -6327461 or 5993375. OLE color: 5993375.
HSL color Cylindrical-coordinate representation of color #9F735B: hue angle of 21.18º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F735B is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 115 | 91 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.38 |
| HSL | 21.18º | 0.27% | 0.49% | - |
| HSV(B) | 21.18º | 0.43% | 0.62% | - |
| XYZ | 22.32 | 20.39 | 12.66 | - |
| YUV | 125.42 | 108.58 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 91 | 0 | 0.28 | 0.43 | 0.38 | 21.18 | 0.27 | 0.49 |
| Hex | 9F | 73 | 5B | 0 | 1C | 2B | 26 | 15 | 1B | 31 |
| Octal | 237 | 163 | 133 | 0 | 34 | 53 | 46 | 25 | 33 | 61 |
| Binary | 10011111 | 1110011 | 1011011 | 0 | 11100 | 101011 | 100110 | 10101 | 11011 | 110001 |
Color Harmonies of #9F735B
Complementary color
Monochromatic Colors of #9F735B
Black with #9F735B
Text Example
Text Example
White with #9F735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F735B; }
p { color: rgb(159,115,91); }
H1.HeaderClassName
{
color: #9F735B;
}
.AnyTagClassName
{
color: #9F735B;
}
</style>
background-color css
<style>
a { background-color: #9F735B; }
a { background-color: rgb(159,115,91); }
div.DivClassName
{
background-color: #9F735B;
}
.BgClassName
{
background-color: #9F735B;
}
</style>
border-color css
<style>
span { border-color: #9F735B; }
span { border-color: rgb(159,115,91); }
td.TdClassName
{
border-color: #9F735B;
}
.TagClassName
{
border-color: #9F735B;
}
</style>