Shades of Toast #9F715D
Tints of Toast #9F715D
RGB
CMYK
RGB Variations
Color information
#9F715D (or 0x9F715D) is known color: Toast. HEX triplet: 9F, 71 and 5D. RGB value is (159,113,93). Sum of RGB (Red+Green+Blue) = 159+113+93=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F715D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F715D is #608EA2. Grayscale: #7C7C7C. Windows color (decimal): -6327971 or 6123935. OLE color: 6123935.
HSL color Cylindrical-coordinate representation of color #9F715D: hue angle of 18.18º degrees, saturation: 0.26, 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 #9F715D is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 113 | 93 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.38 |
| HSL | 18.18º | 0.26% | 0.49% | - |
| HSV(B) | 18.18º | 0.42% | 0.62% | - |
| XYZ | 22.18 | 19.97 | 13.04 | - |
| YUV | 124.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 113 | 93 | 0 | 0.29 | 0.42 | 0.38 | 18.18 | 0.26 | 0.49 |
| Hex | 9F | 71 | 5D | 0 | 1D | 2A | 26 | 12 | 1A | 31 |
| Octal | 237 | 161 | 135 | 0 | 35 | 52 | 46 | 22 | 32 | 61 |
| Binary | 10011111 | 1110001 | 1011101 | 0 | 11101 | 101010 | 100110 | 10010 | 11010 | 110001 |
Color Harmonies of #9F715D
Complementary color
Monochromatic Colors of #9F715D
Black with #9F715D
Text Example
Text Example
White with #9F715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F715D; }
p { color: rgb(159,113,93); }
H1.HeaderClassName
{
color: #9F715D;
}
.AnyTagClassName
{
color: #9F715D;
}
</style>
background-color css
<style>
a { background-color: #9F715D; }
a { background-color: rgb(159,113,93); }
div.DivClassName
{
background-color: #9F715D;
}
.BgClassName
{
background-color: #9F715D;
}
</style>
border-color css
<style>
span { border-color: #9F715D; }
span { border-color: rgb(159,113,93); }
td.TdClassName
{
border-color: #9F715D;
}
.TagClassName
{
border-color: #9F715D;
}
</style>