Shades of Cognac #964644
Tints of Cognac #964644
RGB
CMYK
RGB Variations
Color information
#964644 (or 0x964644) is known color: Cognac. HEX triplet: 96, 46 and 44. RGB value is (150,70,68). Sum of RGB (Red+Green+Blue) = 150+70+68=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #964644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964644 is #69B9BB. Grayscale: #5D5D5D. Windows color (decimal): -6928828 or 4474518. OLE color: 4474518.
HSL color Cylindrical-coordinate representation of color #964644: hue angle of 1.46º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #964644 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 70 | 68 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.41 |
| HSL | 1.46º | 0.38% | 0.43% | - |
| HSV(B) | 1.46º | 0.55% | 0.59% | - |
| XYZ | 15.81 | 11.28 | 6.81 | - |
| YUV | 93.69 | 113.5 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 70 | 68 | 0 | 0.53 | 0.55 | 0.41 | 1.46 | 0.38 | 0.43 |
| Hex | 96 | 46 | 44 | 0 | 35 | 37 | 29 | 1 | 26 | 2B |
| Octal | 226 | 106 | 104 | 0 | 65 | 67 | 51 | 1 | 46 | 53 |
| Binary | 10010110 | 1000110 | 1000100 | 0 | 110101 | 110111 | 101001 | 1 | 100110 | 101011 |
Color Harmonies of #964644
Complementary color
Monochromatic Colors of #964644
Black with #964644
Text Example
Text Example
White with #964644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964644; }
p { color: rgb(150,70,68); }
H1.HeaderClassName
{
color: #964644;
}
.AnyTagClassName
{
color: #964644;
}
</style>
background-color css
<style>
a { background-color: #964644; }
a { background-color: rgb(150,70,68); }
div.DivClassName
{
background-color: #964644;
}
.BgClassName
{
background-color: #964644;
}
</style>
border-color css
<style>
span { border-color: #964644; }
span { border-color: rgb(150,70,68); }
td.TdClassName
{
border-color: #964644;
}
.TagClassName
{
border-color: #964644;
}
</style>