Shades of Toast #9D746A
Tints of Toast #9D746A
RGB
CMYK
RGB Variations
Color information
#9D746A (or 0x9D746A) is known color: Toast. HEX triplet: 9D, 74 and 6A. RGB value is (157,116,106). Sum of RGB (Red+Green+Blue) = 157+116+106=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 157 - color contains mainly: red. Hex color #9D746A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D746A is #628B95. Grayscale: #7F7F7F. Windows color (decimal): -6458262 or 6976669. OLE color: 6976669.
HSL color Cylindrical-coordinate representation of color #9D746A: hue angle of 11.76º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D746A is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 116 | 106 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.38 |
| HSL | 11.76º | 0.21% | 0.52% | - |
| HSV(B) | 11.76º | 0.32% | 0.62% | - |
| XYZ | 22.75 | 20.7 | 16.43 | - |
| YUV | 127.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 116 | 106 | 0 | 0.26 | 0.32 | 0.38 | 11.76 | 0.21 | 0.52 |
| Hex | 9D | 74 | 6A | 0 | 1A | 20 | 26 | C | 15 | 34 |
| Octal | 235 | 164 | 152 | 0 | 32 | 40 | 46 | 14 | 25 | 64 |
| Binary | 10011101 | 1110100 | 1101010 | 0 | 11010 | 100000 | 100110 | 1100 | 10101 | 110100 |
Color Harmonies of #9D746A
Complementary color
Monochromatic Colors of #9D746A
Black with #9D746A
Text Example
Text Example
White with #9D746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D746A; }
p { color: rgb(157,116,106); }
H1.HeaderClassName
{
color: #9D746A;
}
.AnyTagClassName
{
color: #9D746A;
}
</style>
background-color css
<style>
a { background-color: #9D746A; }
a { background-color: rgb(157,116,106); }
div.DivClassName
{
background-color: #9D746A;
}
.BgClassName
{
background-color: #9D746A;
}
</style>
border-color css
<style>
span { border-color: #9D746A; }
span { border-color: rgb(157,116,106); }
td.TdClassName
{
border-color: #9D746A;
}
.TagClassName
{
border-color: #9D746A;
}
</style>