Shades of Toast #9F756B
Tints of Toast #9F756B
RGB
CMYK
RGB Variations
Color information
#9F756B (or 0x9F756B) is known color: Toast. HEX triplet: 9F, 75 and 6B. RGB value is (159,117,107). Sum of RGB (Red+Green+Blue) = 159+117+107=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F756B is #608A94. Grayscale: #808080. Windows color (decimal): -6326933 or 7042463. OLE color: 7042463.
HSL color Cylindrical-coordinate representation of color #9F756B: hue angle of 11.54º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F756B is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 117 | 107 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.38 |
| HSL | 11.54º | 0.21% | 0.52% | - |
| HSV(B) | 11.54º | 0.33% | 0.62% | - |
| XYZ | 23.31 | 21.16 | 16.76 | - |
| YUV | 128.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 107 | 0 | 0.26 | 0.33 | 0.38 | 11.54 | 0.21 | 0.52 |
| Hex | 9F | 75 | 6B | 0 | 1A | 21 | 26 | C | 15 | 34 |
| Octal | 237 | 165 | 153 | 0 | 32 | 41 | 46 | 14 | 25 | 64 |
| Binary | 10011111 | 1110101 | 1101011 | 0 | 11010 | 100001 | 100110 | 1100 | 10101 | 110100 |
Color Harmonies of #9F756B
Complementary color
Monochromatic Colors of #9F756B
Black with #9F756B
Text Example
Text Example
White with #9F756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F756B; }
p { color: rgb(159,117,107); }
H1.HeaderClassName
{
color: #9F756B;
}
.AnyTagClassName
{
color: #9F756B;
}
</style>
background-color css
<style>
a { background-color: #9F756B; }
a { background-color: rgb(159,117,107); }
div.DivClassName
{
background-color: #9F756B;
}
.BgClassName
{
background-color: #9F756B;
}
</style>
border-color css
<style>
span { border-color: #9F756B; }
span { border-color: rgb(159,117,107); }
td.TdClassName
{
border-color: #9F756B;
}
.TagClassName
{
border-color: #9F756B;
}
</style>