Shades of Toast #9D736A
Tints of Toast #9D736A
RGB
CMYK
RGB Variations
Color information
#9D736A (or 0x9D736A) is known color: Toast. HEX triplet: 9D, 73 and 6A. RGB value is (157,115,106). Sum of RGB (Red+Green+Blue) = 157+115+106=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 157 - color contains mainly: red. Hex color #9D736A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D736A is #628C95. Grayscale: #7E7E7E. Windows color (decimal): -6458518 or 6976413. OLE color: 6976413.
HSL color Cylindrical-coordinate representation of color #9D736A: hue angle of 10.59º 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 #9D736A is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 115 | 106 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.38 |
| HSL | 10.59º | 0.21% | 0.52% | - |
| HSV(B) | 10.59º | 0.32% | 0.62% | - |
| XYZ | 22.64 | 20.47 | 16.39 | - |
| YUV | 126.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 115 | 106 | 0 | 0.27 | 0.32 | 0.38 | 10.59 | 0.21 | 0.52 |
| Hex | 9D | 73 | 6A | 0 | 1B | 20 | 26 | B | 15 | 34 |
| Octal | 235 | 163 | 152 | 0 | 33 | 40 | 46 | 13 | 25 | 64 |
| Binary | 10011101 | 1110011 | 1101010 | 0 | 11011 | 100000 | 100110 | 1011 | 10101 | 110100 |
Color Harmonies of #9D736A
Complementary color
Monochromatic Colors of #9D736A
Black with #9D736A
Text Example
Text Example
White with #9D736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D736A; }
p { color: rgb(157,115,106); }
H1.HeaderClassName
{
color: #9D736A;
}
.AnyTagClassName
{
color: #9D736A;
}
</style>
background-color css
<style>
a { background-color: #9D736A; }
a { background-color: rgb(157,115,106); }
div.DivClassName
{
background-color: #9D736A;
}
.BgClassName
{
background-color: #9D736A;
}
</style>
border-color css
<style>
span { border-color: #9D736A; }
span { border-color: rgb(157,115,106); }
td.TdClassName
{
border-color: #9D736A;
}
.TagClassName
{
border-color: #9D736A;
}
</style>