Shades of Toast #9F7467
Tints of Toast #9F7467
RGB
CMYK
RGB Variations
Color information
#9F7467 (or 0x9F7467) is known color: Toast. HEX triplet: 9F, 74 and 67. RGB value is (159,116,103). Sum of RGB (Red+Green+Blue) = 159+116+103=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7467 is #608B98. Grayscale: #7F7F7F. Windows color (decimal): -6327193 or 6780063. OLE color: 6780063.
HSL color Cylindrical-coordinate representation of color #9F7467: hue angle of 13.93º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F7467 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 116 | 103 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.38 |
| HSL | 13.93º | 0.23% | 0.51% | - |
| HSV(B) | 13.93º | 0.35% | 0.62% | - |
| XYZ | 22.99 | 20.84 | 15.64 | - |
| YUV | 127.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 116 | 103 | 0 | 0.27 | 0.35 | 0.38 | 13.93 | 0.23 | 0.51 |
| Hex | 9F | 74 | 67 | 0 | 1B | 23 | 26 | E | 17 | 33 |
| Octal | 237 | 164 | 147 | 0 | 33 | 43 | 46 | 16 | 27 | 63 |
| Binary | 10011111 | 1110100 | 1100111 | 0 | 11011 | 100011 | 100110 | 1110 | 10111 | 110011 |
Color Harmonies of #9F7467
Complementary color
Monochromatic Colors of #9F7467
Black with #9F7467
Text Example
Text Example
White with #9F7467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7467; }
p { color: rgb(159,116,103); }
H1.HeaderClassName
{
color: #9F7467;
}
.AnyTagClassName
{
color: #9F7467;
}
</style>
background-color css
<style>
a { background-color: #9F7467; }
a { background-color: rgb(159,116,103); }
div.DivClassName
{
background-color: #9F7467;
}
.BgClassName
{
background-color: #9F7467;
}
</style>
border-color css
<style>
span { border-color: #9F7467; }
span { border-color: rgb(159,116,103); }
td.TdClassName
{
border-color: #9F7467;
}
.TagClassName
{
border-color: #9F7467;
}
</style>