Shades of Toast #997160
Tints of Toast #997160
RGB
CMYK
RGB Variations
Color information
#997160 (or 0x997160) is known color: Toast. HEX triplet: 99, 71 and 60. RGB value is (153,113,96). Sum of RGB (Red+Green+Blue) = 153+113+96=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #997160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997160 is #668E9F. Grayscale: #7B7B7B. Windows color (decimal): -6721184 or 6320537. OLE color: 6320537.
HSL color Cylindrical-coordinate representation of color #997160: hue angle of 17.89º degrees, saturation: 0.23, 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 #997160 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 96 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.4 |
| HSL | 17.89º | 0.23% | 0.49% | - |
| HSV(B) | 17.89º | 0.37% | 0.6% | - |
| XYZ | 21.15 | 19.43 | 13.7 | - |
| YUV | 123.02 | 112.75 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 96 | 0 | 0.26 | 0.37 | 0.4 | 17.89 | 0.23 | 0.49 |
| Hex | 99 | 71 | 60 | 0 | 1A | 25 | 28 | 12 | 17 | 31 |
| Octal | 231 | 161 | 140 | 0 | 32 | 45 | 50 | 22 | 27 | 61 |
| Binary | 10011001 | 1110001 | 1100000 | 0 | 11010 | 100101 | 101000 | 10010 | 10111 | 110001 |
Color Harmonies of #997160
Complementary color
Monochromatic Colors of #997160
Black with #997160
Text Example
Text Example
White with #997160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997160; }
p { color: rgb(153,113,96); }
H1.HeaderClassName
{
color: #997160;
}
.AnyTagClassName
{
color: #997160;
}
</style>
background-color css
<style>
a { background-color: #997160; }
a { background-color: rgb(153,113,96); }
div.DivClassName
{
background-color: #997160;
}
.BgClassName
{
background-color: #997160;
}
</style>
border-color css
<style>
span { border-color: #997160; }
span { border-color: rgb(153,113,96); }
td.TdClassName
{
border-color: #997160;
}
.TagClassName
{
border-color: #997160;
}
</style>