Shades of Cognac #964642
Tints of Cognac #964642
RGB
CMYK
RGB Variations
Color information
#964642 (or 0x964642) is known color: Cognac. HEX triplet: 96, 46 and 42. RGB value is (150,70,66). Sum of RGB (Red+Green+Blue) = 150+70+66=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #964642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964642 is #69B9BD. Grayscale: #5D5D5D. Windows color (decimal): -6928830 or 4343446. OLE color: 4343446.
HSL color Cylindrical-coordinate representation of color #964642: hue angle of 2.86º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #964642 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 70 | 66 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.41 |
| HSL | 2.86º | 0.39% | 0.42% | - |
| HSV(B) | 2.86º | 0.56% | 0.59% | - |
| XYZ | 15.75 | 11.26 | 6.5 | - |
| YUV | 93.46 | 112.5 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 70 | 66 | 0 | 0.53 | 0.56 | 0.41 | 2.86 | 0.39 | 0.42 |
| Hex | 96 | 46 | 42 | 0 | 35 | 38 | 29 | 3 | 27 | 2A |
| Octal | 226 | 106 | 102 | 0 | 65 | 70 | 51 | 3 | 47 | 52 |
| Binary | 10010110 | 1000110 | 1000010 | 0 | 110101 | 111000 | 101001 | 11 | 100111 | 101010 |
Color Harmonies of #964642
Complementary color
Monochromatic Colors of #964642
Black with #964642
Text Example
Text Example
White with #964642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964642; }
p { color: rgb(150,70,66); }
H1.HeaderClassName
{
color: #964642;
}
.AnyTagClassName
{
color: #964642;
}
</style>
background-color css
<style>
a { background-color: #964642; }
a { background-color: rgb(150,70,66); }
div.DivClassName
{
background-color: #964642;
}
.BgClassName
{
background-color: #964642;
}
</style>
border-color css
<style>
span { border-color: #964642; }
span { border-color: rgb(150,70,66); }
td.TdClassName
{
border-color: #964642;
}
.TagClassName
{
border-color: #964642;
}
</style>