Shades of Toast #9F725B
Tints of Toast #9F725B
RGB
CMYK
RGB Variations
Color information
#9F725B (or 0x9F725B) is known color: Toast. HEX triplet: 9F, 72 and 5B. RGB value is (159,114,91). Sum of RGB (Red+Green+Blue) = 159+114+91=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 159 - color contains mainly: red. Hex color #9F725B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F725B is #608DA4. Grayscale: #7C7C7C. Windows color (decimal): -6327717 or 5993119. OLE color: 5993119.
HSL color Cylindrical-coordinate representation of color #9F725B: hue angle of 20.29º 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 #9F725B is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 114 | 91 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.38 |
| HSL | 20.29º | 0.27% | 0.49% | - |
| HSV(B) | 20.29º | 0.43% | 0.62% | - |
| XYZ | 22.2 | 20.16 | 12.62 | - |
| YUV | 124.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 114 | 91 | 0 | 0.28 | 0.43 | 0.38 | 20.29 | 0.27 | 0.49 |
| Hex | 9F | 72 | 5B | 0 | 1C | 2B | 26 | 14 | 1B | 31 |
| Octal | 237 | 162 | 133 | 0 | 34 | 53 | 46 | 24 | 33 | 61 |
| Binary | 10011111 | 1110010 | 1011011 | 0 | 11100 | 101011 | 100110 | 10100 | 11011 | 110001 |
Color Harmonies of #9F725B
Complementary color
Monochromatic Colors of #9F725B
Black with #9F725B
Text Example
Text Example
White with #9F725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F725B; }
p { color: rgb(159,114,91); }
H1.HeaderClassName
{
color: #9F725B;
}
.AnyTagClassName
{
color: #9F725B;
}
</style>
background-color css
<style>
a { background-color: #9F725B; }
a { background-color: rgb(159,114,91); }
div.DivClassName
{
background-color: #9F725B;
}
.BgClassName
{
background-color: #9F725B;
}
</style>
border-color css
<style>
span { border-color: #9F725B; }
span { border-color: rgb(159,114,91); }
td.TdClassName
{
border-color: #9F725B;
}
.TagClassName
{
border-color: #9F725B;
}
</style>