Shades of Cognac #944644
Tints of Cognac #944644
RGB
CMYK
RGB Variations
Color information
#944644 (or 0x944644) is known color: Cognac. HEX triplet: 94, 46 and 44. RGB value is (148,70,68). Sum of RGB (Red+Green+Blue) = 148+70+68=286 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.75% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 148 - color contains mainly: red. Hex color #944644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944644 is #6BB9BB. Grayscale: #5D5D5D. Windows color (decimal): -7059900 or 4474516. OLE color: 4474516.
HSL color Cylindrical-coordinate representation of color #944644: hue angle of 1.5º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #944644 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 70 | 68 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.42 |
| HSL | 1.5º | 0.37% | 0.42% | - |
| HSV(B) | 1.5º | 0.54% | 0.58% | - |
| XYZ | 15.45 | 11.09 | 6.8 | - |
| YUV | 93.09 | 113.84 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 70 | 68 | 0 | 0.53 | 0.54 | 0.42 | 1.5 | 0.37 | 0.42 |
| Hex | 94 | 46 | 44 | 0 | 35 | 36 | 2A | 2 | 25 | 2A |
| Octal | 224 | 106 | 104 | 0 | 65 | 66 | 52 | 2 | 45 | 52 |
| Binary | 10010100 | 1000110 | 1000100 | 0 | 110101 | 110110 | 101010 | 10 | 100101 | 101010 |
Color Harmonies of #944644
Complementary color
Monochromatic Colors of #944644
Black with #944644
Text Example
Text Example
White with #944644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944644; }
p { color: rgb(148,70,68); }
H1.HeaderClassName
{
color: #944644;
}
.AnyTagClassName
{
color: #944644;
}
</style>
background-color css
<style>
a { background-color: #944644; }
a { background-color: rgb(148,70,68); }
div.DivClassName
{
background-color: #944644;
}
.BgClassName
{
background-color: #944644;
}
</style>
border-color css
<style>
span { border-color: #944644; }
span { border-color: rgb(148,70,68); }
td.TdClassName
{
border-color: #944644;
}
.TagClassName
{
border-color: #944644;
}
</style>