Shades of Toast #9C735D
Tints of Toast #9C735D
RGB
CMYK
RGB Variations
Color information
#9C735D (or 0x9C735D) is known color: Toast. HEX triplet: 9C, 73 and 5D. RGB value is (156,115,93). Sum of RGB (Red+Green+Blue) = 156+115+93=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C735D is #638CA2. Grayscale: #7C7C7C. Windows color (decimal): -6524067 or 6124444. OLE color: 6124444.
HSL color Cylindrical-coordinate representation of color #9C735D: hue angle of 20.95º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C735D is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 115 | 93 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.39 |
| HSL | 20.95º | 0.25% | 0.49% | - |
| HSV(B) | 20.95º | 0.4% | 0.61% | - |
| XYZ | 21.82 | 20.12 | 13.09 | - |
| YUV | 124.75 | 110.08 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 115 | 93 | 0 | 0.26 | 0.40 | 0.39 | 20.95 | 0.25 | 0.49 |
| Hex | 9C | 73 | 5D | 0 | 1A | 28 | 27 | 15 | 19 | 31 |
| Octal | 234 | 163 | 135 | 0 | 32 | 50 | 47 | 25 | 31 | 61 |
| Binary | 10011100 | 1110011 | 1011101 | 0 | 11010 | 101000 | 100111 | 10101 | 11001 | 110001 |
Color Harmonies of #9C735D
Complementary color
Monochromatic Colors of #9C735D
Black with #9C735D
Text Example
Text Example
White with #9C735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C735D; }
p { color: rgb(156,115,93); }
H1.HeaderClassName
{
color: #9C735D;
}
.AnyTagClassName
{
color: #9C735D;
}
</style>
background-color css
<style>
a { background-color: #9C735D; }
a { background-color: rgb(156,115,93); }
div.DivClassName
{
background-color: #9C735D;
}
.BgClassName
{
background-color: #9C735D;
}
</style>
border-color css
<style>
span { border-color: #9C735D; }
span { border-color: rgb(156,115,93); }
td.TdClassName
{
border-color: #9C735D;
}
.TagClassName
{
border-color: #9C735D;
}
</style>