Shades of Toast #997261
Tints of Toast #997261
RGB
CMYK
RGB Variations
Color information
#997261 (or 0x997261) is known color: Toast. HEX triplet: 99, 72 and 61. RGB value is (153,114,97). Sum of RGB (Red+Green+Blue) = 153+114+97=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #997261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997261 is #668D9E. Grayscale: #7B7B7B. Windows color (decimal): -6720927 or 6386329. OLE color: 6386329.
HSL color Cylindrical-coordinate representation of color #997261: hue angle of 18.21º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #997261 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 114 | 97 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.4 |
| HSL | 18.21º | 0.22% | 0.49% | - |
| HSV(B) | 18.21º | 0.37% | 0.6% | - |
| XYZ | 21.31 | 19.67 | 13.98 | - |
| YUV | 123.72 | 112.92 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 97 | 0 | 0.25 | 0.37 | 0.4 | 18.21 | 0.22 | 0.49 |
| Hex | 99 | 72 | 61 | 0 | 19 | 25 | 28 | 12 | 16 | 31 |
| Octal | 231 | 162 | 141 | 0 | 31 | 45 | 50 | 22 | 26 | 61 |
| Binary | 10011001 | 1110010 | 1100001 | 0 | 11001 | 100101 | 101000 | 10010 | 10110 | 110001 |
Color Harmonies of #997261
Complementary color
Monochromatic Colors of #997261
Black with #997261
Text Example
Text Example
White with #997261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997261; }
p { color: rgb(153,114,97); }
H1.HeaderClassName
{
color: #997261;
}
.AnyTagClassName
{
color: #997261;
}
</style>
background-color css
<style>
a { background-color: #997261; }
a { background-color: rgb(153,114,97); }
div.DivClassName
{
background-color: #997261;
}
.BgClassName
{
background-color: #997261;
}
</style>
border-color css
<style>
span { border-color: #997261; }
span { border-color: rgb(153,114,97); }
td.TdClassName
{
border-color: #997261;
}
.TagClassName
{
border-color: #997261;
}
</style>