Shades of Toast #9C7568
Tints of Toast #9C7568
RGB
CMYK
RGB Variations
Color information
#9C7568 (or 0x9C7568) is known color: Toast. HEX triplet: 9C, 75 and 68. RGB value is (156,117,104). Sum of RGB (Red+Green+Blue) = 156+117+104=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7568 is #638A97. Grayscale: #7F7F7F. Windows color (decimal): -6523544 or 6845852. OLE color: 6845852.
HSL color Cylindrical-coordinate representation of color #9C7568: hue angle of 15º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C7568 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 117 | 104 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.39 |
| HSL | 15º | 0.21% | 0.51% | - |
| HSV(B) | 15º | 0.33% | 0.61% | - |
| XYZ | 22.57 | 20.79 | 15.92 | - |
| YUV | 127.18 | 114.92 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 117 | 104 | 0 | 0.25 | 0.33 | 0.39 | 15 | 0.21 | 0.51 |
| Hex | 9C | 75 | 68 | 0 | 19 | 21 | 27 | F | 15 | 33 |
| Octal | 234 | 165 | 150 | 0 | 31 | 41 | 47 | 17 | 25 | 63 |
| Binary | 10011100 | 1110101 | 1101000 | 0 | 11001 | 100001 | 100111 | 1111 | 10101 | 110011 |
Color Harmonies of #9C7568
Complementary color
Monochromatic Colors of #9C7568
Black with #9C7568
Text Example
Text Example
White with #9C7568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7568; }
p { color: rgb(156,117,104); }
H1.HeaderClassName
{
color: #9C7568;
}
.AnyTagClassName
{
color: #9C7568;
}
</style>
background-color css
<style>
a { background-color: #9C7568; }
a { background-color: rgb(156,117,104); }
div.DivClassName
{
background-color: #9C7568;
}
.BgClassName
{
background-color: #9C7568;
}
</style>
border-color css
<style>
span { border-color: #9C7568; }
span { border-color: rgb(156,117,104); }
td.TdClassName
{
border-color: #9C7568;
}
.TagClassName
{
border-color: #9C7568;
}
</style>