Shades of Toast #99725F
Tints of Toast #99725F
RGB
CMYK
RGB Variations
Color information
#99725F (or 0x99725F) is known color: Toast. HEX triplet: 99, 72 and 5F. RGB value is (153,114,95). Sum of RGB (Red+Green+Blue) = 153+114+95=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #99725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99725F is #668DA0. Grayscale: #7B7B7B. Windows color (decimal): -6720929 or 6255257. OLE color: 6255257.
HSL color Cylindrical-coordinate representation of color #99725F: hue angle of 19.66º 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 #99725F is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 114 | 95 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.4 |
| HSL | 19.66º | 0.23% | 0.49% | - |
| HSV(B) | 19.66º | 0.38% | 0.6% | - |
| XYZ | 21.22 | 19.63 | 13.5 | - |
| YUV | 123.5 | 111.92 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 95 | 0 | 0.25 | 0.38 | 0.4 | 19.66 | 0.23 | 0.49 |
| Hex | 99 | 72 | 5F | 0 | 19 | 26 | 28 | 14 | 17 | 31 |
| Octal | 231 | 162 | 137 | 0 | 31 | 46 | 50 | 24 | 27 | 61 |
| Binary | 10011001 | 1110010 | 1011111 | 0 | 11001 | 100110 | 101000 | 10100 | 10111 | 110001 |
Color Harmonies of #99725F
Complementary color
Monochromatic Colors of #99725F
Black with #99725F
Text Example
Text Example
White with #99725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99725F; }
p { color: rgb(153,114,95); }
H1.HeaderClassName
{
color: #99725F;
}
.AnyTagClassName
{
color: #99725F;
}
</style>
background-color css
<style>
a { background-color: #99725F; }
a { background-color: rgb(153,114,95); }
div.DivClassName
{
background-color: #99725F;
}
.BgClassName
{
background-color: #99725F;
}
</style>
border-color css
<style>
span { border-color: #99725F; }
span { border-color: rgb(153,114,95); }
td.TdClassName
{
border-color: #99725F;
}
.TagClassName
{
border-color: #99725F;
}
</style>