Shades of Toast #996F5E
Tints of Toast #996F5E
RGB
CMYK
RGB Variations
Color information
#996F5E (or 0x996F5E) is known color: Toast. HEX triplet: 99, 6F and 5E. RGB value is (153,111,94). Sum of RGB (Red+Green+Blue) = 153+111+94=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #996F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996F5E is #6690A1. Grayscale: #797979. Windows color (decimal): -6721698 or 6188953. OLE color: 6188953.
HSL color Cylindrical-coordinate representation of color #996F5E: hue angle of 17.29º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #996F5E is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 94 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.4 |
| HSL | 17.29º | 0.24% | 0.48% | - |
| HSV(B) | 17.29º | 0.39% | 0.6% | - |
| XYZ | 20.84 | 18.95 | 13.15 | - |
| YUV | 121.62 | 112.41 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 94 | 0 | 0.27 | 0.39 | 0.4 | 17.29 | 0.24 | 0.48 |
| Hex | 99 | 6F | 5E | 0 | 1B | 27 | 28 | 11 | 18 | 30 |
| Octal | 231 | 157 | 136 | 0 | 33 | 47 | 50 | 21 | 30 | 60 |
| Binary | 10011001 | 1101111 | 1011110 | 0 | 11011 | 100111 | 101000 | 10001 | 11000 | 110000 |
Color Harmonies of #996F5E
Complementary color
Monochromatic Colors of #996F5E
Black with #996F5E
Text Example
Text Example
White with #996F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F5E; }
p { color: rgb(153,111,94); }
H1.HeaderClassName
{
color: #996F5E;
}
.AnyTagClassName
{
color: #996F5E;
}
</style>
background-color css
<style>
a { background-color: #996F5E; }
a { background-color: rgb(153,111,94); }
div.DivClassName
{
background-color: #996F5E;
}
.BgClassName
{
background-color: #996F5E;
}
</style>
border-color css
<style>
span { border-color: #996F5E; }
span { border-color: rgb(153,111,94); }
td.TdClassName
{
border-color: #996F5E;
}
.TagClassName
{
border-color: #996F5E;
}
</style>