Shades of Toast #957063
Tints of Toast #957063
RGB
CMYK
RGB Variations
Color information
#957063 (or 0x957063) is known color: Toast. HEX triplet: 95, 70 and 63. RGB value is (149,112,99). Sum of RGB (Red+Green+Blue) = 149+112+99=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #957063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957063 is #6A8F9C. Grayscale: #797979. Windows color (decimal): -6983581 or 6516885. OLE color: 6516885.
HSL color Cylindrical-coordinate representation of color #957063: hue angle of 15.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #957063 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 112 | 99 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.42 |
| HSL | 15.6º | 0.2% | 0.49% | - |
| HSV(B) | 15.6º | 0.34% | 0.58% | - |
| XYZ | 20.44 | 18.88 | 14.37 | - |
| YUV | 121.58 | 115.26 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 112 | 99 | 0 | 0.25 | 0.34 | 0.42 | 15.6 | 0.2 | 0.49 |
| Hex | 95 | 70 | 63 | 0 | 19 | 22 | 2A | 10 | 14 | 31 |
| Octal | 225 | 160 | 143 | 0 | 31 | 42 | 52 | 20 | 24 | 61 |
| Binary | 10010101 | 1110000 | 1100011 | 0 | 11001 | 100010 | 101010 | 10000 | 10100 | 110001 |
Color Harmonies of #957063
Complementary color
Monochromatic Colors of #957063
Black with #957063
Text Example
Text Example
White with #957063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957063; }
p { color: rgb(149,112,99); }
H1.HeaderClassName
{
color: #957063;
}
.AnyTagClassName
{
color: #957063;
}
</style>
background-color css
<style>
a { background-color: #957063; }
a { background-color: rgb(149,112,99); }
div.DivClassName
{
background-color: #957063;
}
.BgClassName
{
background-color: #957063;
}
</style>
border-color css
<style>
span { border-color: #957063; }
span { border-color: rgb(149,112,99); }
td.TdClassName
{
border-color: #957063;
}
.TagClassName
{
border-color: #957063;
}
</style>