Shades of Toast #9F765B
Tints of Toast #9F765B
RGB
CMYK
RGB Variations
Color information
#9F765B (or 0x9F765B) is known color: Toast. HEX triplet: 9F, 76 and 5B. RGB value is (159,118,91). Sum of RGB (Red+Green+Blue) = 159+118+91=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 159 - color contains mainly: red. Hex color #9F765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F765B is #6089A4. Grayscale: #7F7F7F. Windows color (decimal): -6326693 or 5994143. OLE color: 5994143.
HSL color Cylindrical-coordinate representation of color #9F765B: hue angle of 23.82º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F765B is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 118 | 91 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.38 |
| HSL | 23.82º | 0.27% | 0.49% | - |
| HSV(B) | 23.82º | 0.43% | 0.62% | - |
| XYZ | 22.66 | 21.08 | 12.77 | - |
| YUV | 127.18 | 107.58 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 91 | 0 | 0.26 | 0.43 | 0.38 | 23.82 | 0.27 | 0.49 |
| Hex | 9F | 76 | 5B | 0 | 1A | 2B | 26 | 18 | 1B | 31 |
| Octal | 237 | 166 | 133 | 0 | 32 | 53 | 46 | 30 | 33 | 61 |
| Binary | 10011111 | 1110110 | 1011011 | 0 | 11010 | 101011 | 100110 | 11000 | 11011 | 110001 |
Color Harmonies of #9F765B
Complementary color
Monochromatic Colors of #9F765B
Black with #9F765B
Text Example
Text Example
White with #9F765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F765B; }
p { color: rgb(159,118,91); }
H1.HeaderClassName
{
color: #9F765B;
}
.AnyTagClassName
{
color: #9F765B;
}
</style>
background-color css
<style>
a { background-color: #9F765B; }
a { background-color: rgb(159,118,91); }
div.DivClassName
{
background-color: #9F765B;
}
.BgClassName
{
background-color: #9F765B;
}
</style>
border-color css
<style>
span { border-color: #9F765B; }
span { border-color: rgb(159,118,91); }
td.TdClassName
{
border-color: #9F765B;
}
.TagClassName
{
border-color: #9F765B;
}
</style>