Shades of Toast #997363
Tints of Toast #997363
RGB
CMYK
RGB Variations
Color information
#997363 (or 0x997363) is known color: Toast. HEX triplet: 99, 73 and 63. RGB value is (153,115,99). Sum of RGB (Red+Green+Blue) = 153+115+99=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #997363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997363 is #668C9C. Grayscale: #7C7C7C. Windows color (decimal): -6720669 or 6517657. OLE color: 6517657.
HSL color Cylindrical-coordinate representation of color #997363: hue angle of 17.78º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #997363 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 115 | 99 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.4 |
| HSL | 17.78º | 0.21% | 0.49% | - |
| HSV(B) | 17.78º | 0.35% | 0.6% | - |
| XYZ | 21.52 | 19.93 | 14.52 | - |
| YUV | 124.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 99 | 0 | 0.25 | 0.35 | 0.4 | 17.78 | 0.21 | 0.49 |
| Hex | 99 | 73 | 63 | 0 | 19 | 23 | 28 | 12 | 15 | 31 |
| Octal | 231 | 163 | 143 | 0 | 31 | 43 | 50 | 22 | 25 | 61 |
| Binary | 10011001 | 1110011 | 1100011 | 0 | 11001 | 100011 | 101000 | 10010 | 10101 | 110001 |
Color Harmonies of #997363
Complementary color
Monochromatic Colors of #997363
Black with #997363
Text Example
Text Example
White with #997363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997363; }
p { color: rgb(153,115,99); }
H1.HeaderClassName
{
color: #997363;
}
.AnyTagClassName
{
color: #997363;
}
</style>
background-color css
<style>
a { background-color: #997363; }
a { background-color: rgb(153,115,99); }
div.DivClassName
{
background-color: #997363;
}
.BgClassName
{
background-color: #997363;
}
</style>
border-color css
<style>
span { border-color: #997363; }
span { border-color: rgb(153,115,99); }
td.TdClassName
{
border-color: #997363;
}
.TagClassName
{
border-color: #997363;
}
</style>