Shades of Toast #9E7669
Tints of Toast #9E7669
RGB
CMYK
RGB Variations
Color information
#9E7669 (or 0x9E7669) is known color: Toast. HEX triplet: 9E, 76 and 69. RGB value is (158,118,105). Sum of RGB (Red+Green+Blue) = 158+118+105=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7669 is #618996. Grayscale: #808080. Windows color (decimal): -6392215 or 6911646. OLE color: 6911646.
HSL color Cylindrical-coordinate representation of color #9E7669: hue angle of 14.72º 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 #9E7669 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 118 | 105 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.38 |
| HSL | 14.72º | 0.21% | 0.52% | - |
| HSV(B) | 14.72º | 0.34% | 0.62% | - |
| XYZ | 23.13 | 21.25 | 16.25 | - |
| YUV | 128.48 | 114.75 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 118 | 105 | 0 | 0.25 | 0.34 | 0.38 | 14.72 | 0.21 | 0.52 |
| Hex | 9E | 76 | 69 | 0 | 19 | 22 | 26 | F | 15 | 34 |
| Octal | 236 | 166 | 151 | 0 | 31 | 42 | 46 | 17 | 25 | 64 |
| Binary | 10011110 | 1110110 | 1101001 | 0 | 11001 | 100010 | 100110 | 1111 | 10101 | 110100 |
Color Harmonies of #9E7669
Complementary color
Monochromatic Colors of #9E7669
Black with #9E7669
Text Example
Text Example
White with #9E7669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7669; }
p { color: rgb(158,118,105); }
H1.HeaderClassName
{
color: #9E7669;
}
.AnyTagClassName
{
color: #9E7669;
}
</style>
background-color css
<style>
a { background-color: #9E7669; }
a { background-color: rgb(158,118,105); }
div.DivClassName
{
background-color: #9E7669;
}
.BgClassName
{
background-color: #9E7669;
}
</style>
border-color css
<style>
span { border-color: #9E7669; }
span { border-color: rgb(158,118,105); }
td.TdClassName
{
border-color: #9E7669;
}
.TagClassName
{
border-color: #9E7669;
}
</style>