Shades of Toast #9D765E
Tints of Toast #9D765E
RGB
CMYK
RGB Variations
Color information
#9D765E (or 0x9D765E) is known color: Toast. HEX triplet: 9D, 76 and 5E. RGB value is (157,118,94). Sum of RGB (Red+Green+Blue) = 157+118+94=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D765E is #6289A1. Grayscale: #7F7F7F. Windows color (decimal): -6457762 or 6190749. OLE color: 6190749.
HSL color Cylindrical-coordinate representation of color #9D765E: hue angle of 22.86º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D765E is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 118 | 94 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.38 |
| HSL | 22.86º | 0.25% | 0.49% | - |
| HSV(B) | 22.86º | 0.4% | 0.62% | - |
| XYZ | 22.4 | 20.93 | 13.45 | - |
| YUV | 126.93 | 109.42 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 118 | 94 | 0 | 0.25 | 0.40 | 0.38 | 22.86 | 0.25 | 0.49 |
| Hex | 9D | 76 | 5E | 0 | 19 | 28 | 26 | 17 | 19 | 31 |
| Octal | 235 | 166 | 136 | 0 | 31 | 50 | 46 | 27 | 31 | 61 |
| Binary | 10011101 | 1110110 | 1011110 | 0 | 11001 | 101000 | 100110 | 10111 | 11001 | 110001 |
Color Harmonies of #9D765E
Complementary color
Monochromatic Colors of #9D765E
Black with #9D765E
Text Example
Text Example
White with #9D765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D765E; }
p { color: rgb(157,118,94); }
H1.HeaderClassName
{
color: #9D765E;
}
.AnyTagClassName
{
color: #9D765E;
}
</style>
background-color css
<style>
a { background-color: #9D765E; }
a { background-color: rgb(157,118,94); }
div.DivClassName
{
background-color: #9D765E;
}
.BgClassName
{
background-color: #9D765E;
}
</style>
border-color css
<style>
span { border-color: #9D765E; }
span { border-color: rgb(157,118,94); }
td.TdClassName
{
border-color: #9D765E;
}
.TagClassName
{
border-color: #9D765E;
}
</style>