Shades of Cognac #994740
Tints of Cognac #994740
RGB
CMYK
RGB Variations
Color information
#994740 (or 0x994740) is known color: Cognac. HEX triplet: 99, 47 and 40. RGB value is (153,71,64). Sum of RGB (Red+Green+Blue) = 153+71+64=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #994740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994740 is #66B8BF. Grayscale: #5E5E5E. Windows color (decimal): -6731968 or 4212633. OLE color: 4212633.
HSL color Cylindrical-coordinate representation of color #994740: hue angle of 4.72º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #994740 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 71 | 64 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.4 |
| HSL | 4.72º | 0.41% | 0.43% | - |
| HSV(B) | 4.72º | 0.58% | 0.6% | - |
| XYZ | 16.32 | 11.65 | 6.24 | - |
| YUV | 94.72 | 110.67 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 64 | 0 | 0.54 | 0.58 | 0.4 | 4.72 | 0.41 | 0.43 |
| Hex | 99 | 47 | 40 | 0 | 36 | 3A | 28 | 5 | 29 | 2B |
| Octal | 231 | 107 | 100 | 0 | 66 | 72 | 50 | 5 | 51 | 53 |
| Binary | 10011001 | 1000111 | 1000000 | 0 | 110110 | 111010 | 101000 | 101 | 101001 | 101011 |
Color Harmonies of #994740
Complementary color
Monochromatic Colors of #994740
Black with #994740
Text Example
Text Example
White with #994740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994740; }
p { color: rgb(153,71,64); }
H1.HeaderClassName
{
color: #994740;
}
.AnyTagClassName
{
color: #994740;
}
</style>
background-color css
<style>
a { background-color: #994740; }
a { background-color: rgb(153,71,64); }
div.DivClassName
{
background-color: #994740;
}
.BgClassName
{
background-color: #994740;
}
</style>
border-color css
<style>
span { border-color: #994740; }
span { border-color: rgb(153,71,64); }
td.TdClassName
{
border-color: #994740;
}
.TagClassName
{
border-color: #994740;
}
</style>