Shades of Toast #997163
Tints of Toast #997163
RGB
CMYK
RGB Variations
Color information
#997163 (or 0x997163) is known color: Toast. HEX triplet: 99, 71 and 63. RGB value is (153,113,99). Sum of RGB (Red+Green+Blue) = 153+113+99=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #997163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997163 is #668E9C. Grayscale: #7B7B7B. Windows color (decimal): -6721181 or 6517145. OLE color: 6517145.
HSL color Cylindrical-coordinate representation of color #997163: hue angle of 15.56º 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 #997163 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 99 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.4 |
| HSL | 15.56º | 0.21% | 0.49% | - |
| HSV(B) | 15.56º | 0.35% | 0.6% | - |
| XYZ | 21.29 | 19.48 | 14.44 | - |
| YUV | 123.36 | 114.25 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 99 | 0 | 0.26 | 0.35 | 0.4 | 15.56 | 0.21 | 0.49 |
| Hex | 99 | 71 | 63 | 0 | 1A | 23 | 28 | 10 | 15 | 31 |
| Octal | 231 | 161 | 143 | 0 | 32 | 43 | 50 | 20 | 25 | 61 |
| Binary | 10011001 | 1110001 | 1100011 | 0 | 11010 | 100011 | 101000 | 10000 | 10101 | 110001 |
Color Harmonies of #997163
Complementary color
Monochromatic Colors of #997163
Black with #997163
Text Example
Text Example
White with #997163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997163; }
p { color: rgb(153,113,99); }
H1.HeaderClassName
{
color: #997163;
}
.AnyTagClassName
{
color: #997163;
}
</style>
background-color css
<style>
a { background-color: #997163; }
a { background-color: rgb(153,113,99); }
div.DivClassName
{
background-color: #997163;
}
.BgClassName
{
background-color: #997163;
}
</style>
border-color css
<style>
span { border-color: #997163; }
span { border-color: rgb(153,113,99); }
td.TdClassName
{
border-color: #997163;
}
.TagClassName
{
border-color: #997163;
}
</style>