Shades of Toast #957165
Tints of Toast #957165
RGB
CMYK
RGB Variations
Color information
#957165 (or 0x957165) is known color: Toast. HEX triplet: 95, 71 and 65. RGB value is (149,113,101). Sum of RGB (Red+Green+Blue) = 149+113+101=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #957165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957165 is #6A8E9A. Grayscale: #7A7A7A. Windows color (decimal): -6983323 or 6648213. OLE color: 6648213.
HSL color Cylindrical-coordinate representation of color #957165: hue angle of 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 #957165 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 113 | 101 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.42 |
| HSL | 15º | 0.19% | 0.49% | - |
| HSV(B) | 15º | 0.32% | 0.58% | - |
| XYZ | 20.65 | 19.14 | 14.92 | - |
| YUV | 122.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 113 | 101 | 0 | 0.24 | 0.32 | 0.42 | 15 | 0.19 | 0.49 |
| Hex | 95 | 71 | 65 | 0 | 18 | 20 | 2A | F | 13 | 31 |
| Octal | 225 | 161 | 145 | 0 | 30 | 40 | 52 | 17 | 23 | 61 |
| Binary | 10010101 | 1110001 | 1100101 | 0 | 11000 | 100000 | 101010 | 1111 | 10011 | 110001 |
Color Harmonies of #957165
Complementary color
Monochromatic Colors of #957165
Black with #957165
Text Example
Text Example
White with #957165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957165; }
p { color: rgb(149,113,101); }
H1.HeaderClassName
{
color: #957165;
}
.AnyTagClassName
{
color: #957165;
}
</style>
background-color css
<style>
a { background-color: #957165; }
a { background-color: rgb(149,113,101); }
div.DivClassName
{
background-color: #957165;
}
.BgClassName
{
background-color: #957165;
}
</style>
border-color css
<style>
span { border-color: #957165; }
span { border-color: rgb(149,113,101); }
td.TdClassName
{
border-color: #957165;
}
.TagClassName
{
border-color: #957165;
}
</style>