Shades of Toast #9D7565
Tints of Toast #9D7565
RGB
CMYK
RGB Variations
Color information
#9D7565 (or 0x9D7565) is known color: Toast. HEX triplet: 9D, 75 and 65. RGB value is (157,117,101). Sum of RGB (Red+Green+Blue) = 157+117+101=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7565 is #628A9A. Grayscale: #7F7F7F. Windows color (decimal): -6458011 or 6649245. OLE color: 6649245.
HSL color Cylindrical-coordinate representation of color #9D7565: hue angle of 17.14º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D7565 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 117 | 101 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.38 |
| HSL | 17.14º | 0.22% | 0.51% | - |
| HSV(B) | 17.14º | 0.36% | 0.62% | - |
| XYZ | 22.61 | 20.83 | 15.14 | - |
| YUV | 127.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 117 | 101 | 0 | 0.25 | 0.36 | 0.38 | 17.14 | 0.22 | 0.51 |
| Hex | 9D | 75 | 65 | 0 | 19 | 24 | 26 | 11 | 16 | 33 |
| Octal | 235 | 165 | 145 | 0 | 31 | 44 | 46 | 21 | 26 | 63 |
| Binary | 10011101 | 1110101 | 1100101 | 0 | 11001 | 100100 | 100110 | 10001 | 10110 | 110011 |
Color Harmonies of #9D7565
Complementary color
Monochromatic Colors of #9D7565
Black with #9D7565
Text Example
Text Example
White with #9D7565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7565; }
p { color: rgb(157,117,101); }
H1.HeaderClassName
{
color: #9D7565;
}
.AnyTagClassName
{
color: #9D7565;
}
</style>
background-color css
<style>
a { background-color: #9D7565; }
a { background-color: rgb(157,117,101); }
div.DivClassName
{
background-color: #9D7565;
}
.BgClassName
{
background-color: #9D7565;
}
</style>
border-color css
<style>
span { border-color: #9D7565; }
span { border-color: rgb(157,117,101); }
td.TdClassName
{
border-color: #9D7565;
}
.TagClassName
{
border-color: #9D7565;
}
</style>