Shades of Toast #997664
Tints of Toast #997664
RGB
CMYK
RGB Variations
Color information
#997664 (or 0x997664) is known color: Toast. HEX triplet: 99, 76 and 64. RGB value is (153,118,100). Sum of RGB (Red+Green+Blue) = 153+118+100=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #997664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997664 is #66899B. Grayscale: #7E7E7E. Windows color (decimal): -6719900 or 6583961. OLE color: 6583961.
HSL color Cylindrical-coordinate representation of color #997664: hue angle of 20.38º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #997664 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 100 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.4 |
| HSL | 20.38º | 0.21% | 0.5% | - |
| HSV(B) | 20.38º | 0.35% | 0.6% | - |
| XYZ | 21.92 | 20.65 | 14.89 | - |
| YUV | 126.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 100 | 0 | 0.23 | 0.35 | 0.4 | 20.38 | 0.21 | 0.5 |
| Hex | 99 | 76 | 64 | 0 | 17 | 23 | 28 | 14 | 15 | 32 |
| Octal | 231 | 166 | 144 | 0 | 27 | 43 | 50 | 24 | 25 | 62 |
| Binary | 10011001 | 1110110 | 1100100 | 0 | 10111 | 100011 | 101000 | 10100 | 10101 | 110010 |
Color Harmonies of #997664
Complementary color
Monochromatic Colors of #997664
Black with #997664
Text Example
Text Example
White with #997664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997664; }
p { color: rgb(153,118,100); }
H1.HeaderClassName
{
color: #997664;
}
.AnyTagClassName
{
color: #997664;
}
</style>
background-color css
<style>
a { background-color: #997664; }
a { background-color: rgb(153,118,100); }
div.DivClassName
{
background-color: #997664;
}
.BgClassName
{
background-color: #997664;
}
</style>
border-color css
<style>
span { border-color: #997664; }
span { border-color: rgb(153,118,100); }
td.TdClassName
{
border-color: #997664;
}
.TagClassName
{
border-color: #997664;
}
</style>