Shades of Toast #99715F
Tints of Toast #99715F
RGB
CMYK
RGB Variations
Color information
#99715F (or 0x99715F) is known color: Toast. HEX triplet: 99, 71 and 5F. RGB value is (153,113,95). Sum of RGB (Red+Green+Blue) = 153+113+95=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #99715F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99715F is #668EA0. Grayscale: #7B7B7B. Windows color (decimal): -6721185 or 6255001. OLE color: 6255001.
HSL color Cylindrical-coordinate representation of color #99715F: hue angle of 18.62º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99715F is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 95 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.4 |
| HSL | 18.62º | 0.23% | 0.49% | - |
| HSV(B) | 18.62º | 0.38% | 0.6% | - |
| XYZ | 21.11 | 19.41 | 13.46 | - |
| YUV | 122.91 | 112.25 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 95 | 0 | 0.26 | 0.38 | 0.4 | 18.62 | 0.23 | 0.49 |
| Hex | 99 | 71 | 5F | 0 | 1A | 26 | 28 | 13 | 17 | 31 |
| Octal | 231 | 161 | 137 | 0 | 32 | 46 | 50 | 23 | 27 | 61 |
| Binary | 10011001 | 1110001 | 1011111 | 0 | 11010 | 100110 | 101000 | 10011 | 10111 | 110001 |
Color Harmonies of #99715F
Complementary color
Monochromatic Colors of #99715F
Black with #99715F
Text Example
Text Example
White with #99715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99715F; }
p { color: rgb(153,113,95); }
H1.HeaderClassName
{
color: #99715F;
}
.AnyTagClassName
{
color: #99715F;
}
</style>
background-color css
<style>
a { background-color: #99715F; }
a { background-color: rgb(153,113,95); }
div.DivClassName
{
background-color: #99715F;
}
.BgClassName
{
background-color: #99715F;
}
</style>
border-color css
<style>
span { border-color: #99715F; }
span { border-color: rgb(153,113,95); }
td.TdClassName
{
border-color: #99715F;
}
.TagClassName
{
border-color: #99715F;
}
</style>