Shades of Cognac #994D40
Tints of Cognac #994D40
RGB
CMYK
RGB Variations
Color information
#994D40 (or 0x994D40) is known color: Cognac. HEX triplet: 99, 4D and 40. RGB value is (153,77,64). Sum of RGB (Red+Green+Blue) = 153+77+64=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #994D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D40 is #66B2BF. Grayscale: #626262. Windows color (decimal): -6730432 or 4214169. OLE color: 4214169.
HSL color Cylindrical-coordinate representation of color #994D40: hue angle of 8.76º 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 #994D40 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 64 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.4 |
| HSL | 8.76º | 0.41% | 0.43% | - |
| HSV(B) | 8.76º | 0.58% | 0.6% | - |
| XYZ | 16.72 | 12.45 | 6.37 | - |
| YUV | 98.24 | 108.68 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 64 | 0 | 0.50 | 0.58 | 0.4 | 8.76 | 0.41 | 0.43 |
| Hex | 99 | 4D | 40 | 0 | 32 | 3A | 28 | 9 | 29 | 2B |
| Octal | 231 | 115 | 100 | 0 | 62 | 72 | 50 | 11 | 51 | 53 |
| Binary | 10011001 | 1001101 | 1000000 | 0 | 110010 | 111010 | 101000 | 1001 | 101001 | 101011 |
Color Harmonies of #994D40
Complementary color
Monochromatic Colors of #994D40
Black with #994D40
Text Example
Text Example
White with #994D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D40; }
p { color: rgb(153,77,64); }
H1.HeaderClassName
{
color: #994D40;
}
.AnyTagClassName
{
color: #994D40;
}
</style>
background-color css
<style>
a { background-color: #994D40; }
a { background-color: rgb(153,77,64); }
div.DivClassName
{
background-color: #994D40;
}
.BgClassName
{
background-color: #994D40;
}
</style>
border-color css
<style>
span { border-color: #994D40; }
span { border-color: rgb(153,77,64); }
td.TdClassName
{
border-color: #994D40;
}
.TagClassName
{
border-color: #994D40;
}
</style>