Shades of Toast #9C715C
Tints of Toast #9C715C
RGB
CMYK
RGB Variations
Color information
#9C715C (or 0x9C715C) is known color: Toast. HEX triplet: 9C, 71 and 5C. RGB value is (156,113,92). Sum of RGB (Red+Green+Blue) = 156+113+92=361 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.21% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 156 - color contains mainly: red. Hex color #9C715C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C715C is #638EA3. Grayscale: #7B7B7B. Windows color (decimal): -6524580 or 6058396. OLE color: 6058396.
HSL color Cylindrical-coordinate representation of color #9C715C: hue angle of 19.69º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C715C is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 113 | 92 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.39 |
| HSL | 19.69º | 0.26% | 0.49% | - |
| HSV(B) | 19.69º | 0.41% | 0.61% | - |
| XYZ | 21.55 | 19.65 | 12.78 | - |
| YUV | 123.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 113 | 92 | 0 | 0.28 | 0.41 | 0.39 | 19.69 | 0.26 | 0.49 |
| Hex | 9C | 71 | 5C | 0 | 1C | 29 | 27 | 14 | 1A | 31 |
| Octal | 234 | 161 | 134 | 0 | 34 | 51 | 47 | 24 | 32 | 61 |
| Binary | 10011100 | 1110001 | 1011100 | 0 | 11100 | 101001 | 100111 | 10100 | 11010 | 110001 |
Color Harmonies of #9C715C
Complementary color
Monochromatic Colors of #9C715C
Black with #9C715C
Text Example
Text Example
White with #9C715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C715C; }
p { color: rgb(156,113,92); }
H1.HeaderClassName
{
color: #9C715C;
}
.AnyTagClassName
{
color: #9C715C;
}
</style>
background-color css
<style>
a { background-color: #9C715C; }
a { background-color: rgb(156,113,92); }
div.DivClassName
{
background-color: #9C715C;
}
.BgClassName
{
background-color: #9C715C;
}
</style>
border-color css
<style>
span { border-color: #9C715C; }
span { border-color: rgb(156,113,92); }
td.TdClassName
{
border-color: #9C715C;
}
.TagClassName
{
border-color: #9C715C;
}
</style>