Shades of Toast #9C7166
Tints of Toast #9C7166
RGB
CMYK
RGB Variations
Color information
#9C7166 (or 0x9C7166) is known color: Toast. HEX triplet: 9C, 71 and 66. RGB value is (156,113,102). Sum of RGB (Red+Green+Blue) = 156+113+102=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7166 is #638E99. Grayscale: #7C7C7C. Windows color (decimal): -6524570 or 6713756. OLE color: 6713756.
HSL color Cylindrical-coordinate representation of color #9C7166: hue angle of 12.22º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C7166 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 113 | 102 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.39 |
| HSL | 12.22º | 0.21% | 0.51% | - |
| HSV(B) | 12.22º | 0.35% | 0.61% | - |
| XYZ | 22.01 | 19.84 | 15.24 | - |
| YUV | 124.6 | 115.25 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 113 | 102 | 0 | 0.28 | 0.35 | 0.39 | 12.22 | 0.21 | 0.51 |
| Hex | 9C | 71 | 66 | 0 | 1C | 23 | 27 | C | 15 | 33 |
| Octal | 234 | 161 | 146 | 0 | 34 | 43 | 47 | 14 | 25 | 63 |
| Binary | 10011100 | 1110001 | 1100110 | 0 | 11100 | 100011 | 100111 | 1100 | 10101 | 110011 |
Color Harmonies of #9C7166
Complementary color
Monochromatic Colors of #9C7166
Black with #9C7166
Text Example
Text Example
White with #9C7166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7166; }
p { color: rgb(156,113,102); }
H1.HeaderClassName
{
color: #9C7166;
}
.AnyTagClassName
{
color: #9C7166;
}
</style>
background-color css
<style>
a { background-color: #9C7166; }
a { background-color: rgb(156,113,102); }
div.DivClassName
{
background-color: #9C7166;
}
.BgClassName
{
background-color: #9C7166;
}
</style>
border-color css
<style>
span { border-color: #9C7166; }
span { border-color: rgb(156,113,102); }
td.TdClassName
{
border-color: #9C7166;
}
.TagClassName
{
border-color: #9C7166;
}
</style>