Shades of Toast #9B7162
Tints of Toast #9B7162
RGB
CMYK
RGB Variations
Color information
#9B7162 (or 0x9B7162) is known color: Toast. HEX triplet: 9B, 71 and 62. RGB value is (155,113,98). Sum of RGB (Red+Green+Blue) = 155+113+98=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7162 is #648E9D. Grayscale: #7B7B7B. Windows color (decimal): -6590110 or 6451611. OLE color: 6451611.
HSL color Cylindrical-coordinate representation of color #9B7162: hue angle of 15.79º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B7162 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 113 | 98 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.39 |
| HSL | 15.79º | 0.23% | 0.5% | - |
| HSV(B) | 15.79º | 0.37% | 0.61% | - |
| XYZ | 21.63 | 19.66 | 14.21 | - |
| YUV | 123.85 | 113.41 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 98 | 0 | 0.27 | 0.37 | 0.39 | 15.79 | 0.23 | 0.5 |
| Hex | 9B | 71 | 62 | 0 | 1B | 25 | 27 | 10 | 17 | 32 |
| Octal | 233 | 161 | 142 | 0 | 33 | 45 | 47 | 20 | 27 | 62 |
| Binary | 10011011 | 1110001 | 1100010 | 0 | 11011 | 100101 | 100111 | 10000 | 10111 | 110010 |
Color Harmonies of #9B7162
Complementary color
Monochromatic Colors of #9B7162
Black with #9B7162
Text Example
Text Example
White with #9B7162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7162; }
p { color: rgb(155,113,98); }
H1.HeaderClassName
{
color: #9B7162;
}
.AnyTagClassName
{
color: #9B7162;
}
</style>
background-color css
<style>
a { background-color: #9B7162; }
a { background-color: rgb(155,113,98); }
div.DivClassName
{
background-color: #9B7162;
}
.BgClassName
{
background-color: #9B7162;
}
</style>
border-color css
<style>
span { border-color: #9B7162; }
span { border-color: rgb(155,113,98); }
td.TdClassName
{
border-color: #9B7162;
}
.TagClassName
{
border-color: #9B7162;
}
</style>