Shades of Cognac #964945
Tints of Cognac #964945
RGB
CMYK
RGB Variations
Color information
#964945 (or 0x964945) is known color: Cognac. HEX triplet: 96, 49 and 45. RGB value is (150,73,69). Sum of RGB (Red+Green+Blue) = 150+73+69=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #964945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964945 is #69B6BA. Grayscale: #5F5F5F. Windows color (decimal): -6928059 or 4540822. OLE color: 4540822.
HSL color Cylindrical-coordinate representation of color #964945: hue angle of 2.96º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #964945 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 73 | 69 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.41 |
| HSL | 2.96º | 0.37% | 0.43% | - |
| HSV(B) | 2.96º | 0.54% | 0.59% | - |
| XYZ | 16.03 | 11.68 | 7.04 | - |
| YUV | 95.57 | 113.01 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 73 | 69 | 0 | 0.51 | 0.54 | 0.41 | 2.96 | 0.37 | 0.43 |
| Hex | 96 | 49 | 45 | 0 | 33 | 36 | 29 | 3 | 25 | 2B |
| Octal | 226 | 111 | 105 | 0 | 63 | 66 | 51 | 3 | 45 | 53 |
| Binary | 10010110 | 1001001 | 1000101 | 0 | 110011 | 110110 | 101001 | 11 | 100101 | 101011 |
Color Harmonies of #964945
Complementary color
Monochromatic Colors of #964945
Black with #964945
Text Example
Text Example
White with #964945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964945; }
p { color: rgb(150,73,69); }
H1.HeaderClassName
{
color: #964945;
}
.AnyTagClassName
{
color: #964945;
}
</style>
background-color css
<style>
a { background-color: #964945; }
a { background-color: rgb(150,73,69); }
div.DivClassName
{
background-color: #964945;
}
.BgClassName
{
background-color: #964945;
}
</style>
border-color css
<style>
span { border-color: #964945; }
span { border-color: rgb(150,73,69); }
td.TdClassName
{
border-color: #964945;
}
.TagClassName
{
border-color: #964945;
}
</style>