Shades of Toast #9E7369
Tints of Toast #9E7369
RGB
CMYK
RGB Variations
Color information
#9E7369 (or 0x9E7369) is known color: Toast. HEX triplet: 9E, 73 and 69. RGB value is (158,115,105). Sum of RGB (Red+Green+Blue) = 158+115+105=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7369 is #618C96. Grayscale: #7E7E7E. Windows color (decimal): -6392983 or 6910878. OLE color: 6910878.
HSL color Cylindrical-coordinate representation of color #9E7369: hue angle of 11.32º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E7369 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 115 | 105 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.38 |
| HSL | 11.32º | 0.21% | 0.52% | - |
| HSV(B) | 11.32º | 0.34% | 0.62% | - |
| XYZ | 22.78 | 20.55 | 16.13 | - |
| YUV | 126.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 115 | 105 | 0 | 0.27 | 0.34 | 0.38 | 11.32 | 0.21 | 0.52 |
| Hex | 9E | 73 | 69 | 0 | 1B | 22 | 26 | B | 15 | 34 |
| Octal | 236 | 163 | 151 | 0 | 33 | 42 | 46 | 13 | 25 | 64 |
| Binary | 10011110 | 1110011 | 1101001 | 0 | 11011 | 100010 | 100110 | 1011 | 10101 | 110100 |
Color Harmonies of #9E7369
Complementary color
Monochromatic Colors of #9E7369
Black with #9E7369
Text Example
Text Example
White with #9E7369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7369; }
p { color: rgb(158,115,105); }
H1.HeaderClassName
{
color: #9E7369;
}
.AnyTagClassName
{
color: #9E7369;
}
</style>
background-color css
<style>
a { background-color: #9E7369; }
a { background-color: rgb(158,115,105); }
div.DivClassName
{
background-color: #9E7369;
}
.BgClassName
{
background-color: #9E7369;
}
</style>
border-color css
<style>
span { border-color: #9E7369; }
span { border-color: rgb(158,115,105); }
td.TdClassName
{
border-color: #9E7369;
}
.TagClassName
{
border-color: #9E7369;
}
</style>