Shades of Cognac #9F493E
Tints of Cognac #9F493E
RGB
CMYK
RGB Variations
Color information
#9F493E (or 0x9F493E) is known color: Cognac. HEX triplet: 9F, 49 and 3E. RGB value is (159,73,62). Sum of RGB (Red+Green+Blue) = 159+73+62=294 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.08% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 159 - color contains mainly: red. Hex color #9F493E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F493E is #60B6C1. Grayscale: #616161. Windows color (decimal): -6338242 or 4082079. OLE color: 4082079.
HSL color Cylindrical-coordinate representation of color #9F493E: hue angle of 6.8º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F493E is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 62 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.38 |
| HSL | 6.8º | 0.44% | 0.43% | - |
| HSV(B) | 6.8º | 0.61% | 0.62% | - |
| XYZ | 17.55 | 12.48 | 6.04 | - |
| YUV | 97.46 | 107.99 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 62 | 0 | 0.54 | 0.61 | 0.38 | 6.8 | 0.44 | 0.43 |
| Hex | 9F | 49 | 3E | 0 | 36 | 3D | 26 | 7 | 2C | 2B |
| Octal | 237 | 111 | 76 | 0 | 66 | 75 | 46 | 7 | 54 | 53 |
| Binary | 10011111 | 1001001 | 111110 | 0 | 110110 | 111101 | 100110 | 111 | 101100 | 101011 |
Color Harmonies of #9F493E
Complementary color
Monochromatic Colors of #9F493E
Black with #9F493E
Text Example
Text Example
White with #9F493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F493E; }
p { color: rgb(159,73,62); }
H1.HeaderClassName
{
color: #9F493E;
}
.AnyTagClassName
{
color: #9F493E;
}
</style>
background-color css
<style>
a { background-color: #9F493E; }
a { background-color: rgb(159,73,62); }
div.DivClassName
{
background-color: #9F493E;
}
.BgClassName
{
background-color: #9F493E;
}
</style>
border-color css
<style>
span { border-color: #9F493E; }
span { border-color: rgb(159,73,62); }
td.TdClassName
{
border-color: #9F493E;
}
.TagClassName
{
border-color: #9F493E;
}
</style>