Shades of Toast #957264
Tints of Toast #957264
RGB
CMYK
RGB Variations
Color information
#957264 (or 0x957264) is known color: Toast. HEX triplet: 95, 72 and 64. RGB value is (149,114,100). Sum of RGB (Red+Green+Blue) = 149+114+100=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #957264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957264 is #6A8D9B. Grayscale: #7A7A7A. Windows color (decimal): -6983068 or 6582933. OLE color: 6582933.
HSL color Cylindrical-coordinate representation of color #957264: hue angle of 17.14º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #957264 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 114 | 100 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.42 |
| HSL | 17.14º | 0.2% | 0.49% | - |
| HSV(B) | 17.14º | 0.33% | 0.58% | - |
| XYZ | 20.71 | 19.34 | 14.7 | - |
| YUV | 122.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 114 | 100 | 0 | 0.23 | 0.33 | 0.42 | 17.14 | 0.2 | 0.49 |
| Hex | 95 | 72 | 64 | 0 | 17 | 21 | 2A | 11 | 14 | 31 |
| Octal | 225 | 162 | 144 | 0 | 27 | 41 | 52 | 21 | 24 | 61 |
| Binary | 10010101 | 1110010 | 1100100 | 0 | 10111 | 100001 | 101010 | 10001 | 10100 | 110001 |
Color Harmonies of #957264
Complementary color
Monochromatic Colors of #957264
Black with #957264
Text Example
Text Example
White with #957264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957264; }
p { color: rgb(149,114,100); }
H1.HeaderClassName
{
color: #957264;
}
.AnyTagClassName
{
color: #957264;
}
</style>
background-color css
<style>
a { background-color: #957264; }
a { background-color: rgb(149,114,100); }
div.DivClassName
{
background-color: #957264;
}
.BgClassName
{
background-color: #957264;
}
</style>
border-color css
<style>
span { border-color: #957264; }
span { border-color: rgb(149,114,100); }
td.TdClassName
{
border-color: #957264;
}
.TagClassName
{
border-color: #957264;
}
</style>