Shades of Toast #9C6F60
Tints of Toast #9C6F60
RGB
CMYK
RGB Variations
Color information
#9C6F60 (or 0x9C6F60) is known color: Toast. HEX triplet: 9C, 6F and 60. RGB value is (156,111,96). Sum of RGB (Red+Green+Blue) = 156+111+96=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6F60 is #63909F. Grayscale: #7A7A7A. Windows color (decimal): -6525088 or 6320028. OLE color: 6320028.
HSL color Cylindrical-coordinate representation of color #9C6F60: hue angle of 15º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C6F60 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 111 | 96 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.39 |
| HSL | 15º | 0.24% | 0.49% | - |
| HSV(B) | 15º | 0.38% | 0.61% | - |
| XYZ | 21.51 | 19.28 | 13.65 | - |
| YUV | 122.75 | 112.91 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 111 | 96 | 0 | 0.29 | 0.38 | 0.39 | 15 | 0.24 | 0.49 |
| Hex | 9C | 6F | 60 | 0 | 1D | 26 | 27 | F | 18 | 31 |
| Octal | 234 | 157 | 140 | 0 | 35 | 46 | 47 | 17 | 30 | 61 |
| Binary | 10011100 | 1101111 | 1100000 | 0 | 11101 | 100110 | 100111 | 1111 | 11000 | 110001 |
Color Harmonies of #9C6F60
Complementary color
Monochromatic Colors of #9C6F60
Black with #9C6F60
Text Example
Text Example
White with #9C6F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6F60; }
p { color: rgb(156,111,96); }
H1.HeaderClassName
{
color: #9C6F60;
}
.AnyTagClassName
{
color: #9C6F60;
}
</style>
background-color css
<style>
a { background-color: #9C6F60; }
a { background-color: rgb(156,111,96); }
div.DivClassName
{
background-color: #9C6F60;
}
.BgClassName
{
background-color: #9C6F60;
}
</style>
border-color css
<style>
span { border-color: #9C6F60; }
span { border-color: rgb(156,111,96); }
td.TdClassName
{
border-color: #9C6F60;
}
.TagClassName
{
border-color: #9C6F60;
}
</style>