Shades of Toast #9D7569
Tints of Toast #9D7569
RGB
CMYK
RGB Variations
Color information
#9D7569 (or 0x9D7569) is known color: Toast. HEX triplet: 9D, 75 and 69. RGB value is (157,117,105). Sum of RGB (Red+Green+Blue) = 157+117+105=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7569 is #628A96. Grayscale: #7F7F7F. Windows color (decimal): -6458007 or 6911389. OLE color: 6911389.
HSL color Cylindrical-coordinate representation of color #9D7569: hue angle of 13.85º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D7569 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 117 | 105 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.38 |
| HSL | 13.85º | 0.21% | 0.51% | - |
| HSV(B) | 13.85º | 0.33% | 0.62% | - |
| XYZ | 22.82 | 20.91 | 16.2 | - |
| YUV | 127.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 117 | 105 | 0 | 0.25 | 0.33 | 0.38 | 13.85 | 0.21 | 0.51 |
| Hex | 9D | 75 | 69 | 0 | 19 | 21 | 26 | E | 15 | 33 |
| Octal | 235 | 165 | 151 | 0 | 31 | 41 | 46 | 16 | 25 | 63 |
| Binary | 10011101 | 1110101 | 1101001 | 0 | 11001 | 100001 | 100110 | 1110 | 10101 | 110011 |
Color Harmonies of #9D7569
Complementary color
Monochromatic Colors of #9D7569
Black with #9D7569
Text Example
Text Example
White with #9D7569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7569; }
p { color: rgb(157,117,105); }
H1.HeaderClassName
{
color: #9D7569;
}
.AnyTagClassName
{
color: #9D7569;
}
</style>
background-color css
<style>
a { background-color: #9D7569; }
a { background-color: rgb(157,117,105); }
div.DivClassName
{
background-color: #9D7569;
}
.BgClassName
{
background-color: #9D7569;
}
</style>
border-color css
<style>
span { border-color: #9D7569; }
span { border-color: rgb(157,117,105); }
td.TdClassName
{
border-color: #9D7569;
}
.TagClassName
{
border-color: #9D7569;
}
</style>