Shades of Toast #997468
Tints of Toast #997468
RGB
CMYK
RGB Variations
Color information
#997468 (or 0x997468) is known color: Toast. HEX triplet: 99, 74 and 68. RGB value is (153,116,104). Sum of RGB (Red+Green+Blue) = 153+116+104=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #997468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997468 is #668B97. Grayscale: #7D7D7D. Windows color (decimal): -6720408 or 6845593. OLE color: 6845593.
HSL color Cylindrical-coordinate representation of color #997468: hue angle of 14.69º 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 #997468 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 116 | 104 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.4 |
| HSL | 14.69º | 0.19% | 0.5% | - |
| HSV(B) | 14.69º | 0.32% | 0.6% | - |
| XYZ | 21.88 | 20.26 | 15.85 | - |
| YUV | 125.7 | 115.76 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 104 | 0 | 0.24 | 0.32 | 0.4 | 14.69 | 0.19 | 0.5 |
| Hex | 99 | 74 | 68 | 0 | 18 | 20 | 28 | F | 13 | 32 |
| Octal | 231 | 164 | 150 | 0 | 30 | 40 | 50 | 17 | 23 | 62 |
| Binary | 10011001 | 1110100 | 1101000 | 0 | 11000 | 100000 | 101000 | 1111 | 10011 | 110010 |
Color Harmonies of #997468
Complementary color
Monochromatic Colors of #997468
Black with #997468
Text Example
Text Example
White with #997468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997468; }
p { color: rgb(153,116,104); }
H1.HeaderClassName
{
color: #997468;
}
.AnyTagClassName
{
color: #997468;
}
</style>
background-color css
<style>
a { background-color: #997468; }
a { background-color: rgb(153,116,104); }
div.DivClassName
{
background-color: #997468;
}
.BgClassName
{
background-color: #997468;
}
</style>
border-color css
<style>
span { border-color: #997468; }
span { border-color: rgb(153,116,104); }
td.TdClassName
{
border-color: #997468;
}
.TagClassName
{
border-color: #997468;
}
</style>