Shades of Toast #9F755D
Tints of Toast #9F755D
RGB
CMYK
RGB Variations
Color information
#9F755D (or 0x9F755D) is known color: Toast. HEX triplet: 9F, 75 and 5D. RGB value is (159,117,93). Sum of RGB (Red+Green+Blue) = 159+117+93=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F755D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F755D is #608AA2. Grayscale: #7E7E7E. Windows color (decimal): -6326947 or 6124959. OLE color: 6124959.
HSL color Cylindrical-coordinate representation of color #9F755D: hue angle of 21.82º 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 #9F755D is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 117 | 93 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.38 |
| HSL | 21.82º | 0.26% | 0.49% | - |
| HSV(B) | 21.82º | 0.42% | 0.62% | - |
| XYZ | 22.64 | 20.88 | 13.19 | - |
| YUV | 126.82 | 108.91 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 93 | 0 | 0.26 | 0.42 | 0.38 | 21.82 | 0.26 | 0.49 |
| Hex | 9F | 75 | 5D | 0 | 1A | 2A | 26 | 16 | 1A | 31 |
| Octal | 237 | 165 | 135 | 0 | 32 | 52 | 46 | 26 | 32 | 61 |
| Binary | 10011111 | 1110101 | 1011101 | 0 | 11010 | 101010 | 100110 | 10110 | 11010 | 110001 |
Color Harmonies of #9F755D
Complementary color
Monochromatic Colors of #9F755D
Black with #9F755D
Text Example
Text Example
White with #9F755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F755D; }
p { color: rgb(159,117,93); }
H1.HeaderClassName
{
color: #9F755D;
}
.AnyTagClassName
{
color: #9F755D;
}
</style>
background-color css
<style>
a { background-color: #9F755D; }
a { background-color: rgb(159,117,93); }
div.DivClassName
{
background-color: #9F755D;
}
.BgClassName
{
background-color: #9F755D;
}
</style>
border-color css
<style>
span { border-color: #9F755D; }
span { border-color: rgb(159,117,93); }
td.TdClassName
{
border-color: #9F755D;
}
.TagClassName
{
border-color: #9F755D;
}
</style>