Shades of Toast #9D7369
Tints of Toast #9D7369
RGB
CMYK
RGB Variations
Color information
#9D7369 (or 0x9D7369) is known color: Toast. HEX triplet: 9D, 73 and 69. RGB value is (157,115,105). Sum of RGB (Red+Green+Blue) = 157+115+105=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7369 is #628C96. Grayscale: #7E7E7E. Windows color (decimal): -6458519 or 6910877. OLE color: 6910877.
HSL color Cylindrical-coordinate representation of color #9D7369: hue angle of 11.54º 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 #9D7369 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 115 | 105 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.38 |
| HSL | 11.54º | 0.21% | 0.51% | - |
| HSV(B) | 11.54º | 0.33% | 0.62% | - |
| XYZ | 22.59 | 20.45 | 16.12 | - |
| YUV | 126.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 115 | 105 | 0 | 0.27 | 0.33 | 0.38 | 11.54 | 0.21 | 0.51 |
| Hex | 9D | 73 | 69 | 0 | 1B | 21 | 26 | C | 15 | 33 |
| Octal | 235 | 163 | 151 | 0 | 33 | 41 | 46 | 14 | 25 | 63 |
| Binary | 10011101 | 1110011 | 1101001 | 0 | 11011 | 100001 | 100110 | 1100 | 10101 | 110011 |
Color Harmonies of #9D7369
Complementary color
Monochromatic Colors of #9D7369
Black with #9D7369
Text Example
Text Example
White with #9D7369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7369; }
p { color: rgb(157,115,105); }
H1.HeaderClassName
{
color: #9D7369;
}
.AnyTagClassName
{
color: #9D7369;
}
</style>
background-color css
<style>
a { background-color: #9D7369; }
a { background-color: rgb(157,115,105); }
div.DivClassName
{
background-color: #9D7369;
}
.BgClassName
{
background-color: #9D7369;
}
</style>
border-color css
<style>
span { border-color: #9D7369; }
span { border-color: rgb(157,115,105); }
td.TdClassName
{
border-color: #9D7369;
}
.TagClassName
{
border-color: #9D7369;
}
</style>