Shades of Toast #9C6D57
Tints of Toast #9C6D57
RGB
CMYK
RGB Variations
Color information
#9C6D57 (or 0x9C6D57) is known color: Toast. HEX triplet: 9C, 6D and 57. RGB value is (156,109,87). Sum of RGB (Red+Green+Blue) = 156+109+87=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6D57 is #6392A8. Grayscale: #787878. Windows color (decimal): -6525609 or 5729692. OLE color: 5729692.
HSL color Cylindrical-coordinate representation of color #9C6D57: hue angle of 19.13º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C6D57 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 109 | 87 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.39 |
| HSL | 19.13º | 0.28% | 0.48% | - |
| HSV(B) | 19.13º | 0.44% | 0.61% | - |
| XYZ | 20.9 | 18.69 | 11.52 | - |
| YUV | 120.55 | 109.07 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 109 | 87 | 0 | 0.30 | 0.44 | 0.39 | 19.13 | 0.28 | 0.48 |
| Hex | 9C | 6D | 57 | 0 | 1E | 2C | 27 | 13 | 1C | 30 |
| Octal | 234 | 155 | 127 | 0 | 36 | 54 | 47 | 23 | 34 | 60 |
| Binary | 10011100 | 1101101 | 1010111 | 0 | 11110 | 101100 | 100111 | 10011 | 11100 | 110000 |
Color Harmonies of #9C6D57
Complementary color
Monochromatic Colors of #9C6D57
Black with #9C6D57
Text Example
Text Example
White with #9C6D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6D57; }
p { color: rgb(156,109,87); }
H1.HeaderClassName
{
color: #9C6D57;
}
.AnyTagClassName
{
color: #9C6D57;
}
</style>
background-color css
<style>
a { background-color: #9C6D57; }
a { background-color: rgb(156,109,87); }
div.DivClassName
{
background-color: #9C6D57;
}
.BgClassName
{
background-color: #9C6D57;
}
</style>
border-color css
<style>
span { border-color: #9C6D57; }
span { border-color: rgb(156,109,87); }
td.TdClassName
{
border-color: #9C6D57;
}
.TagClassName
{
border-color: #9C6D57;
}
</style>