Shades of Toast #9C7268
Tints of Toast #9C7268
RGB
CMYK
RGB Variations
Color information
#9C7268 (or 0x9C7268) is known color: Toast. HEX triplet: 9C, 72 and 68. RGB value is (156,114,104). Sum of RGB (Red+Green+Blue) = 156+114+104=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7268 is #638D97. Grayscale: #7D7D7D. Windows color (decimal): -6524312 or 6845084. OLE color: 6845084.
HSL color Cylindrical-coordinate representation of color #9C7268: hue angle of 11.54º 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 #9C7268 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 114 | 104 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.39 |
| HSL | 11.54º | 0.21% | 0.51% | - |
| HSV(B) | 11.54º | 0.33% | 0.61% | - |
| XYZ | 22.23 | 20.1 | 15.81 | - |
| YUV | 125.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 114 | 104 | 0 | 0.27 | 0.33 | 0.39 | 11.54 | 0.21 | 0.51 |
| Hex | 9C | 72 | 68 | 0 | 1B | 21 | 27 | C | 15 | 33 |
| Octal | 234 | 162 | 150 | 0 | 33 | 41 | 47 | 14 | 25 | 63 |
| Binary | 10011100 | 1110010 | 1101000 | 0 | 11011 | 100001 | 100111 | 1100 | 10101 | 110011 |
Color Harmonies of #9C7268
Complementary color
Monochromatic Colors of #9C7268
Black with #9C7268
Text Example
Text Example
White with #9C7268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7268; }
p { color: rgb(156,114,104); }
H1.HeaderClassName
{
color: #9C7268;
}
.AnyTagClassName
{
color: #9C7268;
}
</style>
background-color css
<style>
a { background-color: #9C7268; }
a { background-color: rgb(156,114,104); }
div.DivClassName
{
background-color: #9C7268;
}
.BgClassName
{
background-color: #9C7268;
}
</style>
border-color css
<style>
span { border-color: #9C7268; }
span { border-color: rgb(156,114,104); }
td.TdClassName
{
border-color: #9C7268;
}
.TagClassName
{
border-color: #9C7268;
}
</style>