Shades of Toast #9B7166
Tints of Toast #9B7166
RGB
CMYK
RGB Variations
Color information
#9B7166 (or 0x9B7166) is known color: Toast. HEX triplet: 9B, 71 and 66. RGB value is (155,113,102). Sum of RGB (Red+Green+Blue) = 155+113+102=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7166 is #648E99. Grayscale: #7C7C7C. Windows color (decimal): -6590106 or 6713755. OLE color: 6713755.
HSL color Cylindrical-coordinate representation of color #9B7166: hue angle of 12.45º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B7166 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 113 | 102 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.39 |
| HSL | 12.45º | 0.21% | 0.5% | - |
| HSV(B) | 12.45º | 0.34% | 0.61% | - |
| XYZ | 21.82 | 19.74 | 15.23 | - |
| YUV | 124.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 102 | 0 | 0.27 | 0.34 | 0.39 | 12.45 | 0.21 | 0.5 |
| Hex | 9B | 71 | 66 | 0 | 1B | 22 | 27 | C | 15 | 32 |
| Octal | 233 | 161 | 146 | 0 | 33 | 42 | 47 | 14 | 25 | 62 |
| Binary | 10011011 | 1110001 | 1100110 | 0 | 11011 | 100010 | 100111 | 1100 | 10101 | 110010 |
Color Harmonies of #9B7166
Complementary color
Monochromatic Colors of #9B7166
Black with #9B7166
Text Example
Text Example
White with #9B7166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7166; }
p { color: rgb(155,113,102); }
H1.HeaderClassName
{
color: #9B7166;
}
.AnyTagClassName
{
color: #9B7166;
}
</style>
background-color css
<style>
a { background-color: #9B7166; }
a { background-color: rgb(155,113,102); }
div.DivClassName
{
background-color: #9B7166;
}
.BgClassName
{
background-color: #9B7166;
}
</style>
border-color css
<style>
span { border-color: #9B7166; }
span { border-color: rgb(155,113,102); }
td.TdClassName
{
border-color: #9B7166;
}
.TagClassName
{
border-color: #9B7166;
}
</style>