Shades of Toast #9C735C
Tints of Toast #9C735C
RGB
CMYK
RGB Variations
Color information
#9C735C (or 0x9C735C) is known color: Toast. HEX triplet: 9C, 73 and 5C. RGB value is (156,115,92). Sum of RGB (Red+Green+Blue) = 156+115+92=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C735C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C735C is #638CA3. Grayscale: #7C7C7C. Windows color (decimal): -6524068 or 6058908. OLE color: 6058908.
HSL color Cylindrical-coordinate representation of color #9C735C: hue angle of 21.56º 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 #9C735C is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 115 | 92 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.39 |
| HSL | 21.56º | 0.26% | 0.49% | - |
| HSV(B) | 21.56º | 0.41% | 0.61% | - |
| XYZ | 21.77 | 20.1 | 12.86 | - |
| YUV | 124.64 | 109.58 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 115 | 92 | 0 | 0.26 | 0.41 | 0.39 | 21.56 | 0.26 | 0.49 |
| Hex | 9C | 73 | 5C | 0 | 1A | 29 | 27 | 16 | 1A | 31 |
| Octal | 234 | 163 | 134 | 0 | 32 | 51 | 47 | 26 | 32 | 61 |
| Binary | 10011100 | 1110011 | 1011100 | 0 | 11010 | 101001 | 100111 | 10110 | 11010 | 110001 |
Color Harmonies of #9C735C
Complementary color
Monochromatic Colors of #9C735C
Black with #9C735C
Text Example
Text Example
White with #9C735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C735C; }
p { color: rgb(156,115,92); }
H1.HeaderClassName
{
color: #9C735C;
}
.AnyTagClassName
{
color: #9C735C;
}
</style>
background-color css
<style>
a { background-color: #9C735C; }
a { background-color: rgb(156,115,92); }
div.DivClassName
{
background-color: #9C735C;
}
.BgClassName
{
background-color: #9C735C;
}
</style>
border-color css
<style>
span { border-color: #9C735C; }
span { border-color: rgb(156,115,92); }
td.TdClassName
{
border-color: #9C735C;
}
.TagClassName
{
border-color: #9C735C;
}
</style>