Shades of Toast #997665
Tints of Toast #997665
RGB
CMYK
RGB Variations
Color information
#997665 (or 0x997665) is known color: Toast. HEX triplet: 99, 76 and 65. RGB value is (153,118,101). Sum of RGB (Red+Green+Blue) = 153+118+101=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #997665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997665 is #66899A. Grayscale: #7E7E7E. Windows color (decimal): -6719899 or 6649497. OLE color: 6649497.
HSL color Cylindrical-coordinate representation of color #997665: hue angle of 19.62º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #997665 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 101 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.4 |
| HSL | 19.62º | 0.2% | 0.5% | - |
| HSV(B) | 19.62º | 0.34% | 0.6% | - |
| XYZ | 21.96 | 20.67 | 15.14 | - |
| YUV | 126.53 | 113.6 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 101 | 0 | 0.23 | 0.34 | 0.4 | 19.62 | 0.2 | 0.5 |
| Hex | 99 | 76 | 65 | 0 | 17 | 22 | 28 | 14 | 14 | 32 |
| Octal | 231 | 166 | 145 | 0 | 27 | 42 | 50 | 24 | 24 | 62 |
| Binary | 10011001 | 1110110 | 1100101 | 0 | 10111 | 100010 | 101000 | 10100 | 10100 | 110010 |
Color Harmonies of #997665
Complementary color
Monochromatic Colors of #997665
Black with #997665
Text Example
Text Example
White with #997665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997665; }
p { color: rgb(153,118,101); }
H1.HeaderClassName
{
color: #997665;
}
.AnyTagClassName
{
color: #997665;
}
</style>
background-color css
<style>
a { background-color: #997665; }
a { background-color: rgb(153,118,101); }
div.DivClassName
{
background-color: #997665;
}
.BgClassName
{
background-color: #997665;
}
</style>
border-color css
<style>
span { border-color: #997665; }
span { border-color: rgb(153,118,101); }
td.TdClassName
{
border-color: #997665;
}
.TagClassName
{
border-color: #997665;
}
</style>