Shades of Toast #9C745C
Tints of Toast #9C745C
RGB
CMYK
RGB Variations
Color information
#9C745C (or 0x9C745C) is known color: Toast. HEX triplet: 9C, 74 and 5C. RGB value is (156,116,92). Sum of RGB (Red+Green+Blue) = 156+116+92=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C745C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C745C is #638BA3. Grayscale: #7D7D7D. Windows color (decimal): -6523812 or 6059164. OLE color: 6059164.
HSL color Cylindrical-coordinate representation of color #9C745C: hue angle of 22.5º 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 #9C745C is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 116 | 92 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.39 |
| HSL | 22.5º | 0.26% | 0.49% | - |
| HSV(B) | 22.5º | 0.41% | 0.61% | - |
| XYZ | 21.89 | 20.33 | 12.9 | - |
| YUV | 125.22 | 109.25 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 92 | 0 | 0.26 | 0.41 | 0.39 | 22.5 | 0.26 | 0.49 |
| Hex | 9C | 74 | 5C | 0 | 1A | 29 | 27 | 16 | 1A | 31 |
| Octal | 234 | 164 | 134 | 0 | 32 | 51 | 47 | 26 | 32 | 61 |
| Binary | 10011100 | 1110100 | 1011100 | 0 | 11010 | 101001 | 100111 | 10110 | 11010 | 110001 |
Color Harmonies of #9C745C
Complementary color
Monochromatic Colors of #9C745C
Black with #9C745C
Text Example
Text Example
White with #9C745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C745C; }
p { color: rgb(156,116,92); }
H1.HeaderClassName
{
color: #9C745C;
}
.AnyTagClassName
{
color: #9C745C;
}
</style>
background-color css
<style>
a { background-color: #9C745C; }
a { background-color: rgb(156,116,92); }
div.DivClassName
{
background-color: #9C745C;
}
.BgClassName
{
background-color: #9C745C;
}
</style>
border-color css
<style>
span { border-color: #9C745C; }
span { border-color: rgb(156,116,92); }
td.TdClassName
{
border-color: #9C745C;
}
.TagClassName
{
border-color: #9C745C;
}
</style>