Shades of Toast #9C735B
Tints of Toast #9C735B
RGB
CMYK
RGB Variations
Color information
#9C735B (or 0x9C735B) is known color: Toast. HEX triplet: 9C, 73 and 5B. RGB value is (156,115,91). Sum of RGB (Red+Green+Blue) = 156+115+91=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C735B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C735B is #638CA4. Grayscale: #7C7C7C. Windows color (decimal): -6524069 or 5993372. OLE color: 5993372.
HSL color Cylindrical-coordinate representation of color #9C735B: hue angle of 22.15º 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 #9C735B is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 115 | 91 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.39 |
| HSL | 22.15º | 0.26% | 0.48% | - |
| HSV(B) | 22.15º | 0.42% | 0.61% | - |
| XYZ | 21.73 | 20.08 | 12.63 | - |
| YUV | 124.52 | 109.08 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 115 | 91 | 0 | 0.26 | 0.42 | 0.39 | 22.15 | 0.26 | 0.48 |
| Hex | 9C | 73 | 5B | 0 | 1A | 2A | 27 | 16 | 1A | 30 |
| Octal | 234 | 163 | 133 | 0 | 32 | 52 | 47 | 26 | 32 | 60 |
| Binary | 10011100 | 1110011 | 1011011 | 0 | 11010 | 101010 | 100111 | 10110 | 11010 | 110000 |
Color Harmonies of #9C735B
Complementary color
Monochromatic Colors of #9C735B
Black with #9C735B
Text Example
Text Example
White with #9C735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C735B; }
p { color: rgb(156,115,91); }
H1.HeaderClassName
{
color: #9C735B;
}
.AnyTagClassName
{
color: #9C735B;
}
</style>
background-color css
<style>
a { background-color: #9C735B; }
a { background-color: rgb(156,115,91); }
div.DivClassName
{
background-color: #9C735B;
}
.BgClassName
{
background-color: #9C735B;
}
</style>
border-color css
<style>
span { border-color: #9C735B; }
span { border-color: rgb(156,115,91); }
td.TdClassName
{
border-color: #9C735B;
}
.TagClassName
{
border-color: #9C735B;
}
</style>