Shades of Toast #9C715B
Tints of Toast #9C715B
RGB
CMYK
RGB Variations
Color information
#9C715B (or 0x9C715B) is known color: Toast. HEX triplet: 9C, 71 and 5B. RGB value is (156,113,91). Sum of RGB (Red+Green+Blue) = 156+113+91=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 156 - color contains mainly: red. Hex color #9C715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C715B is #638EA4. Grayscale: #7B7B7B. Windows color (decimal): -6524581 or 5992860. OLE color: 5992860.
HSL color Cylindrical-coordinate representation of color #9C715B: hue angle of 20.31º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C715B is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 113 | 91 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.39 |
| HSL | 20.31º | 0.26% | 0.48% | - |
| HSV(B) | 20.31º | 0.42% | 0.61% | - |
| XYZ | 21.5 | 19.63 | 12.55 | - |
| YUV | 123.35 | 109.75 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 113 | 91 | 0 | 0.28 | 0.42 | 0.39 | 20.31 | 0.26 | 0.48 |
| Hex | 9C | 71 | 5B | 0 | 1C | 2A | 27 | 14 | 1A | 30 |
| Octal | 234 | 161 | 133 | 0 | 34 | 52 | 47 | 24 | 32 | 60 |
| Binary | 10011100 | 1110001 | 1011011 | 0 | 11100 | 101010 | 100111 | 10100 | 11010 | 110000 |
Color Harmonies of #9C715B
Complementary color
Monochromatic Colors of #9C715B
Black with #9C715B
Text Example
Text Example
White with #9C715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C715B; }
p { color: rgb(156,113,91); }
H1.HeaderClassName
{
color: #9C715B;
}
.AnyTagClassName
{
color: #9C715B;
}
</style>
background-color css
<style>
a { background-color: #9C715B; }
a { background-color: rgb(156,113,91); }
div.DivClassName
{
background-color: #9C715B;
}
.BgClassName
{
background-color: #9C715B;
}
</style>
border-color css
<style>
span { border-color: #9C715B; }
span { border-color: rgb(156,113,91); }
td.TdClassName
{
border-color: #9C715B;
}
.TagClassName
{
border-color: #9C715B;
}
</style>