Shades of Toast #9C7567
Tints of Toast #9C7567
RGB
CMYK
RGB Variations
Color information
#9C7567 (or 0x9C7567) is known color: Toast. HEX triplet: 9C, 75 and 67. RGB value is (156,117,103). Sum of RGB (Red+Green+Blue) = 156+117+103=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7567 is #638A98. Grayscale: #7F7F7F. Windows color (decimal): -6523545 or 6780316. OLE color: 6780316.
HSL color Cylindrical-coordinate representation of color #9C7567: hue angle of 15.85º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C7567 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 117 | 103 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.39 |
| HSL | 15.85º | 0.21% | 0.51% | - |
| HSV(B) | 15.85º | 0.34% | 0.61% | - |
| XYZ | 22.52 | 20.77 | 15.65 | - |
| YUV | 127.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 117 | 103 | 0 | 0.25 | 0.34 | 0.39 | 15.85 | 0.21 | 0.51 |
| Hex | 9C | 75 | 67 | 0 | 19 | 22 | 27 | 10 | 15 | 33 |
| Octal | 234 | 165 | 147 | 0 | 31 | 42 | 47 | 20 | 25 | 63 |
| Binary | 10011100 | 1110101 | 1100111 | 0 | 11001 | 100010 | 100111 | 10000 | 10101 | 110011 |
Color Harmonies of #9C7567
Complementary color
Monochromatic Colors of #9C7567
Black with #9C7567
Text Example
Text Example
White with #9C7567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7567; }
p { color: rgb(156,117,103); }
H1.HeaderClassName
{
color: #9C7567;
}
.AnyTagClassName
{
color: #9C7567;
}
</style>
background-color css
<style>
a { background-color: #9C7567; }
a { background-color: rgb(156,117,103); }
div.DivClassName
{
background-color: #9C7567;
}
.BgClassName
{
background-color: #9C7567;
}
</style>
border-color css
<style>
span { border-color: #9C7567; }
span { border-color: rgb(156,117,103); }
td.TdClassName
{
border-color: #9C7567;
}
.TagClassName
{
border-color: #9C7567;
}
</style>