Shades of Toast #997768
Tints of Toast #997768
RGB
CMYK
RGB Variations
Color information
#997768 (or 0x997768) is known color: Toast. HEX triplet: 99, 77 and 68. RGB value is (153,119,104). Sum of RGB (Red+Green+Blue) = 153+119+104=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #997768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997768 is #668897. Grayscale: #7F7F7F. Windows color (decimal): -6719640 or 6846361. OLE color: 6846361.
HSL color Cylindrical-coordinate representation of color #997768: hue angle of 18.37º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #997768 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 119 | 104 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.4 |
| HSL | 18.37º | 0.19% | 0.5% | - |
| HSV(B) | 18.37º | 0.32% | 0.6% | - |
| XYZ | 22.23 | 20.97 | 15.97 | - |
| YUV | 127.46 | 114.76 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 104 | 0 | 0.22 | 0.32 | 0.4 | 18.37 | 0.19 | 0.5 |
| Hex | 99 | 77 | 68 | 0 | 16 | 20 | 28 | 12 | 13 | 32 |
| Octal | 231 | 167 | 150 | 0 | 26 | 40 | 50 | 22 | 23 | 62 |
| Binary | 10011001 | 1110111 | 1101000 | 0 | 10110 | 100000 | 101000 | 10010 | 10011 | 110010 |
Color Harmonies of #997768
Complementary color
Monochromatic Colors of #997768
Black with #997768
Text Example
Text Example
White with #997768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997768; }
p { color: rgb(153,119,104); }
H1.HeaderClassName
{
color: #997768;
}
.AnyTagClassName
{
color: #997768;
}
</style>
background-color css
<style>
a { background-color: #997768; }
a { background-color: rgb(153,119,104); }
div.DivClassName
{
background-color: #997768;
}
.BgClassName
{
background-color: #997768;
}
</style>
border-color css
<style>
span { border-color: #997768; }
span { border-color: rgb(153,119,104); }
td.TdClassName
{
border-color: #997768;
}
.TagClassName
{
border-color: #997768;
}
</style>