Shades of Toast #9C705B
Tints of Toast #9C705B
RGB
CMYK
RGB Variations
Color information
#9C705B (or 0x9C705B) is known color: Toast. HEX triplet: 9C, 70 and 5B. RGB value is (156,112,91). Sum of RGB (Red+Green+Blue) = 156+112+91=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 156 - color contains mainly: red. Hex color #9C705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C705B is #638FA4. Grayscale: #7A7A7A. Windows color (decimal): -6524837 or 5992604. OLE color: 5992604.
HSL color Cylindrical-coordinate representation of color #9C705B: hue angle of 19.38º 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 #9C705B is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 112 | 91 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.39 |
| HSL | 19.38º | 0.26% | 0.48% | - |
| HSV(B) | 19.38º | 0.42% | 0.61% | - |
| XYZ | 21.39 | 19.41 | 12.52 | - |
| YUV | 122.76 | 110.08 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 112 | 91 | 0 | 0.28 | 0.42 | 0.39 | 19.38 | 0.26 | 0.48 |
| Hex | 9C | 70 | 5B | 0 | 1C | 2A | 27 | 13 | 1A | 30 |
| Octal | 234 | 160 | 133 | 0 | 34 | 52 | 47 | 23 | 32 | 60 |
| Binary | 10011100 | 1110000 | 1011011 | 0 | 11100 | 101010 | 100111 | 10011 | 11010 | 110000 |
Color Harmonies of #9C705B
Complementary color
Monochromatic Colors of #9C705B
Black with #9C705B
Text Example
Text Example
White with #9C705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C705B; }
p { color: rgb(156,112,91); }
H1.HeaderClassName
{
color: #9C705B;
}
.AnyTagClassName
{
color: #9C705B;
}
</style>
background-color css
<style>
a { background-color: #9C705B; }
a { background-color: rgb(156,112,91); }
div.DivClassName
{
background-color: #9C705B;
}
.BgClassName
{
background-color: #9C705B;
}
</style>
border-color css
<style>
span { border-color: #9C705B; }
span { border-color: rgb(156,112,91); }
td.TdClassName
{
border-color: #9C705B;
}
.TagClassName
{
border-color: #9C705B;
}
</style>