Shades of Toast #9D775F
Tints of Toast #9D775F
RGB
CMYK
RGB Variations
Color information
#9D775F (or 0x9D775F) is known color: Toast. HEX triplet: 9D, 77 and 5F. RGB value is (157,119,95). Sum of RGB (Red+Green+Blue) = 157+119+95=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 157 - color contains mainly: red. Hex color #9D775F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D775F is #6288A0. Grayscale: #7F7F7F. Windows color (decimal): -6457505 or 6256541. OLE color: 6256541.
HSL color Cylindrical-coordinate representation of color #9D775F: hue angle of 23.23º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D775F is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 119 | 95 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.38 |
| HSL | 23.23º | 0.25% | 0.49% | - |
| HSV(B) | 23.23º | 0.39% | 0.62% | - |
| XYZ | 22.57 | 21.19 | 13.73 | - |
| YUV | 127.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 119 | 95 | 0 | 0.24 | 0.39 | 0.38 | 23.23 | 0.25 | 0.49 |
| Hex | 9D | 77 | 5F | 0 | 18 | 27 | 26 | 17 | 19 | 31 |
| Octal | 235 | 167 | 137 | 0 | 30 | 47 | 46 | 27 | 31 | 61 |
| Binary | 10011101 | 1110111 | 1011111 | 0 | 11000 | 100111 | 100110 | 10111 | 11001 | 110001 |
Color Harmonies of #9D775F
Complementary color
Monochromatic Colors of #9D775F
Black with #9D775F
Text Example
Text Example
White with #9D775F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D775F; }
p { color: rgb(157,119,95); }
H1.HeaderClassName
{
color: #9D775F;
}
.AnyTagClassName
{
color: #9D775F;
}
</style>
background-color css
<style>
a { background-color: #9D775F; }
a { background-color: rgb(157,119,95); }
div.DivClassName
{
background-color: #9D775F;
}
.BgClassName
{
background-color: #9D775F;
}
</style>
border-color css
<style>
span { border-color: #9D775F; }
span { border-color: rgb(157,119,95); }
td.TdClassName
{
border-color: #9D775F;
}
.TagClassName
{
border-color: #9D775F;
}
</style>