Shades of Toast #957566
Tints of Toast #957566
RGB
CMYK
RGB Variations
Color information
#957566 (or 0x957566) is known color: Toast. HEX triplet: 95, 75 and 66. RGB value is (149,117,102). Sum of RGB (Red+Green+Blue) = 149+117+102=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #957566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957566 is #6A8A99. Grayscale: #7C7C7C. Windows color (decimal): -6982298 or 6714773. OLE color: 6714773.
HSL color Cylindrical-coordinate representation of color #957566: hue angle of 19.15º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #957566 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 117 | 102 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.42 |
| HSL | 19.15º | 0.19% | 0.49% | - |
| HSV(B) | 19.15º | 0.32% | 0.58% | - |
| XYZ | 21.15 | 20.07 | 15.33 | - |
| YUV | 124.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 102 | 0 | 0.21 | 0.32 | 0.42 | 19.15 | 0.19 | 0.49 |
| Hex | 95 | 75 | 66 | 0 | 15 | 20 | 2A | 13 | 13 | 31 |
| Octal | 225 | 165 | 146 | 0 | 25 | 40 | 52 | 23 | 23 | 61 |
| Binary | 10010101 | 1110101 | 1100110 | 0 | 10101 | 100000 | 101010 | 10011 | 10011 | 110001 |
Color Harmonies of #957566
Complementary color
Monochromatic Colors of #957566
Black with #957566
Text Example
Text Example
White with #957566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957566; }
p { color: rgb(149,117,102); }
H1.HeaderClassName
{
color: #957566;
}
.AnyTagClassName
{
color: #957566;
}
</style>
background-color css
<style>
a { background-color: #957566; }
a { background-color: rgb(149,117,102); }
div.DivClassName
{
background-color: #957566;
}
.BgClassName
{
background-color: #957566;
}
</style>
border-color css
<style>
span { border-color: #957566; }
span { border-color: rgb(149,117,102); }
td.TdClassName
{
border-color: #957566;
}
.TagClassName
{
border-color: #957566;
}
</style>