Shades of Toast #957465
Tints of Toast #957465
RGB
CMYK
RGB Variations
Color information
#957465 (or 0x957465) is known color: Toast. HEX triplet: 95, 74 and 65. RGB value is (149,116,101). Sum of RGB (Red+Green+Blue) = 149+116+101=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #957465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957465 is #6A8B9A. Grayscale: #7C7C7C. Windows color (decimal): -6982555 or 6648981. OLE color: 6648981.
HSL color Cylindrical-coordinate representation of color #957465: hue angle of 18.75º 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 #957465 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 116 | 101 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.42 |
| HSL | 18.75º | 0.19% | 0.49% | - |
| HSV(B) | 18.75º | 0.32% | 0.58% | - |
| XYZ | 20.99 | 19.82 | 15.03 | - |
| YUV | 124.16 | 114.93 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 116 | 101 | 0 | 0.22 | 0.32 | 0.42 | 18.75 | 0.19 | 0.49 |
| Hex | 95 | 74 | 65 | 0 | 16 | 20 | 2A | 13 | 13 | 31 |
| Octal | 225 | 164 | 145 | 0 | 26 | 40 | 52 | 23 | 23 | 61 |
| Binary | 10010101 | 1110100 | 1100101 | 0 | 10110 | 100000 | 101010 | 10011 | 10011 | 110001 |
Color Harmonies of #957465
Complementary color
Monochromatic Colors of #957465
Black with #957465
Text Example
Text Example
White with #957465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957465; }
p { color: rgb(149,116,101); }
H1.HeaderClassName
{
color: #957465;
}
.AnyTagClassName
{
color: #957465;
}
</style>
background-color css
<style>
a { background-color: #957465; }
a { background-color: rgb(149,116,101); }
div.DivClassName
{
background-color: #957465;
}
.BgClassName
{
background-color: #957465;
}
</style>
border-color css
<style>
span { border-color: #957465; }
span { border-color: rgb(149,116,101); }
td.TdClassName
{
border-color: #957465;
}
.TagClassName
{
border-color: #957465;
}
</style>