Shades of Toast #996F62
Tints of Toast #996F62
RGB
CMYK
RGB Variations
Color information
#996F62 (or 0x996F62) is known color: Toast. HEX triplet: 99, 6F and 62. RGB value is (153,111,98). Sum of RGB (Red+Green+Blue) = 153+111+98=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #996F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996F62 is #66909D. Grayscale: #7A7A7A. Windows color (decimal): -6721694 or 6451097. OLE color: 6451097.
HSL color Cylindrical-coordinate representation of color #996F62: hue angle of 14.18º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #996F62 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 98 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.4 |
| HSL | 14.18º | 0.22% | 0.49% | - |
| HSV(B) | 14.18º | 0.36% | 0.6% | - |
| XYZ | 21.03 | 19.02 | 14.12 | - |
| YUV | 122.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 98 | 0 | 0.27 | 0.36 | 0.4 | 14.18 | 0.22 | 0.49 |
| Hex | 99 | 6F | 62 | 0 | 1B | 24 | 28 | E | 16 | 31 |
| Octal | 231 | 157 | 142 | 0 | 33 | 44 | 50 | 16 | 26 | 61 |
| Binary | 10011001 | 1101111 | 1100010 | 0 | 11011 | 100100 | 101000 | 1110 | 10110 | 110001 |
Color Harmonies of #996F62
Complementary color
Monochromatic Colors of #996F62
Black with #996F62
Text Example
Text Example
White with #996F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F62; }
p { color: rgb(153,111,98); }
H1.HeaderClassName
{
color: #996F62;
}
.AnyTagClassName
{
color: #996F62;
}
</style>
background-color css
<style>
a { background-color: #996F62; }
a { background-color: rgb(153,111,98); }
div.DivClassName
{
background-color: #996F62;
}
.BgClassName
{
background-color: #996F62;
}
</style>
border-color css
<style>
span { border-color: #996F62; }
span { border-color: rgb(153,111,98); }
td.TdClassName
{
border-color: #996F62;
}
.TagClassName
{
border-color: #996F62;
}
</style>