Shades of Toast #9F725C
Tints of Toast #9F725C
RGB
CMYK
RGB Variations
Color information
#9F725C (or 0x9F725C) is known color: Toast. HEX triplet: 9F, 72 and 5C. RGB value is (159,114,92). Sum of RGB (Red+Green+Blue) = 159+114+92=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F725C is #608DA3. Grayscale: #7D7D7D. Windows color (decimal): -6327716 or 6058655. OLE color: 6058655.
HSL color Cylindrical-coordinate representation of color #9F725C: hue angle of 19.7º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F725C is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 114 | 92 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.38 |
| HSL | 19.7º | 0.27% | 0.49% | - |
| HSV(B) | 19.7º | 0.42% | 0.62% | - |
| XYZ | 22.25 | 20.18 | 12.85 | - |
| YUV | 124.95 | 109.41 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 114 | 92 | 0 | 0.28 | 0.42 | 0.38 | 19.7 | 0.27 | 0.49 |
| Hex | 9F | 72 | 5C | 0 | 1C | 2A | 26 | 14 | 1B | 31 |
| Octal | 237 | 162 | 134 | 0 | 34 | 52 | 46 | 24 | 33 | 61 |
| Binary | 10011111 | 1110010 | 1011100 | 0 | 11100 | 101010 | 100110 | 10100 | 11011 | 110001 |
Color Harmonies of #9F725C
Complementary color
Monochromatic Colors of #9F725C
Black with #9F725C
Text Example
Text Example
White with #9F725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F725C; }
p { color: rgb(159,114,92); }
H1.HeaderClassName
{
color: #9F725C;
}
.AnyTagClassName
{
color: #9F725C;
}
</style>
background-color css
<style>
a { background-color: #9F725C; }
a { background-color: rgb(159,114,92); }
div.DivClassName
{
background-color: #9F725C;
}
.BgClassName
{
background-color: #9F725C;
}
</style>
border-color css
<style>
span { border-color: #9F725C; }
span { border-color: rgb(159,114,92); }
td.TdClassName
{
border-color: #9F725C;
}
.TagClassName
{
border-color: #9F725C;
}
</style>