Shades of Cognac #994540
Tints of Cognac #994540
RGB
CMYK
RGB Variations
Color information
#994540 (or 0x994540) is known color: Cognac. HEX triplet: 99, 45 and 40. RGB value is (153,69,64). Sum of RGB (Red+Green+Blue) = 153+69+64=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #994540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994540 is #66BABF. Grayscale: #5D5D5D. Windows color (decimal): -6732480 or 4212121. OLE color: 4212121.
HSL color Cylindrical-coordinate representation of color #994540: hue angle of 3.37º 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 #994540 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 69 | 64 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.4 |
| HSL | 3.37º | 0.41% | 0.43% | - |
| HSV(B) | 3.37º | 0.58% | 0.6% | - |
| XYZ | 16.19 | 11.4 | 6.2 | - |
| YUV | 93.55 | 111.33 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 64 | 0 | 0.55 | 0.58 | 0.4 | 3.37 | 0.41 | 0.43 |
| Hex | 99 | 45 | 40 | 0 | 37 | 3A | 28 | 3 | 29 | 2B |
| Octal | 231 | 105 | 100 | 0 | 67 | 72 | 50 | 3 | 51 | 53 |
| Binary | 10011001 | 1000101 | 1000000 | 0 | 110111 | 111010 | 101000 | 11 | 101001 | 101011 |
Color Harmonies of #994540
Complementary color
Monochromatic Colors of #994540
Black with #994540
Text Example
Text Example
White with #994540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994540; }
p { color: rgb(153,69,64); }
H1.HeaderClassName
{
color: #994540;
}
.AnyTagClassName
{
color: #994540;
}
</style>
background-color css
<style>
a { background-color: #994540; }
a { background-color: rgb(153,69,64); }
div.DivClassName
{
background-color: #994540;
}
.BgClassName
{
background-color: #994540;
}
</style>
border-color css
<style>
span { border-color: #994540; }
span { border-color: rgb(153,69,64); }
td.TdClassName
{
border-color: #994540;
}
.TagClassName
{
border-color: #994540;
}
</style>