Shades of Toast #9F765D
Tints of Toast #9F765D
RGB
CMYK
RGB Variations
Color information
#9F765D (or 0x9F765D) is known color: Toast. HEX triplet: 9F, 76 and 5D. RGB value is (159,118,93). Sum of RGB (Red+Green+Blue) = 159+118+93=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F765D is #6089A2. Grayscale: #7F7F7F. Windows color (decimal): -6326691 or 6125215. OLE color: 6125215.
HSL color Cylindrical-coordinate representation of color #9F765D: hue angle of 22.73º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F765D is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 118 | 93 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.38 |
| HSL | 22.73º | 0.26% | 0.49% | - |
| HSV(B) | 22.73º | 0.42% | 0.62% | - |
| XYZ | 22.75 | 21.12 | 13.23 | - |
| YUV | 127.41 | 108.58 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 93 | 0 | 0.26 | 0.42 | 0.38 | 22.73 | 0.26 | 0.49 |
| Hex | 9F | 76 | 5D | 0 | 1A | 2A | 26 | 17 | 1A | 31 |
| Octal | 237 | 166 | 135 | 0 | 32 | 52 | 46 | 27 | 32 | 61 |
| Binary | 10011111 | 1110110 | 1011101 | 0 | 11010 | 101010 | 100110 | 10111 | 11010 | 110001 |
Color Harmonies of #9F765D
Complementary color
Monochromatic Colors of #9F765D
Black with #9F765D
Text Example
Text Example
White with #9F765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F765D; }
p { color: rgb(159,118,93); }
H1.HeaderClassName
{
color: #9F765D;
}
.AnyTagClassName
{
color: #9F765D;
}
</style>
background-color css
<style>
a { background-color: #9F765D; }
a { background-color: rgb(159,118,93); }
div.DivClassName
{
background-color: #9F765D;
}
.BgClassName
{
background-color: #9F765D;
}
</style>
border-color css
<style>
span { border-color: #9F765D; }
span { border-color: rgb(159,118,93); }
td.TdClassName
{
border-color: #9F765D;
}
.TagClassName
{
border-color: #9F765D;
}
</style>