Shades of Cognac #994641
Tints of Cognac #994641
RGB
CMYK
RGB Variations
Color information
#994641 (or 0x994641) is known color: Cognac. HEX triplet: 99, 46 and 41. RGB value is (153,70,65). Sum of RGB (Red+Green+Blue) = 153+70+65=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #994641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994641 is #66B9BE. Grayscale: #5E5E5E. Windows color (decimal): -6732223 or 4277913. OLE color: 4277913.
HSL color Cylindrical-coordinate representation of color #994641: hue angle of 3.41º degrees, saturation: 0.4, 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 #994641 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 65 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.4 |
| HSL | 3.41º | 0.4% | 0.43% | - |
| HSV(B) | 3.41º | 0.58% | 0.6% | - |
| XYZ | 16.28 | 11.53 | 6.37 | - |
| YUV | 94.25 | 111.5 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 65 | 0 | 0.54 | 0.58 | 0.4 | 3.41 | 0.4 | 0.43 |
| Hex | 99 | 46 | 41 | 0 | 36 | 3A | 28 | 3 | 28 | 2B |
| Octal | 231 | 106 | 101 | 0 | 66 | 72 | 50 | 3 | 50 | 53 |
| Binary | 10011001 | 1000110 | 1000001 | 0 | 110110 | 111010 | 101000 | 11 | 101000 | 101011 |
Color Harmonies of #994641
Complementary color
Monochromatic Colors of #994641
Black with #994641
Text Example
Text Example
White with #994641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994641; }
p { color: rgb(153,70,65); }
H1.HeaderClassName
{
color: #994641;
}
.AnyTagClassName
{
color: #994641;
}
</style>
background-color css
<style>
a { background-color: #994641; }
a { background-color: rgb(153,70,65); }
div.DivClassName
{
background-color: #994641;
}
.BgClassName
{
background-color: #994641;
}
</style>
border-color css
<style>
span { border-color: #994641; }
span { border-color: rgb(153,70,65); }
td.TdClassName
{
border-color: #994641;
}
.TagClassName
{
border-color: #994641;
}
</style>