Shades of Cognac #984640
Tints of Cognac #984640
RGB
CMYK
RGB Variations
Color information
#984640 (or 0x984640) is known color: Cognac. HEX triplet: 98, 46 and 40. RGB value is (152,70,64). Sum of RGB (Red+Green+Blue) = 152+70+64=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #984640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984640 is #67B9BF. Grayscale: #5D5D5D. Windows color (decimal): -6797760 or 4212376. OLE color: 4212376.
HSL color Cylindrical-coordinate representation of color #984640: hue angle of 4.09º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984640 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 70 | 64 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.40 |
| HSL | 4.09º | 0.41% | 0.42% | - |
| HSV(B) | 4.09º | 0.58% | 0.6% | - |
| XYZ | 16.06 | 11.43 | 6.21 | - |
| YUV | 93.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 64 | 0 | 0.54 | 0.58 | 0.40 | 4.09 | 0.41 | 0.42 |
| Hex | 98 | 46 | 40 | 0 | 36 | 3A | 28 | 4 | 29 | 2A |
| Octal | 230 | 106 | 100 | 0 | 66 | 72 | 50 | 4 | 51 | 52 |
| Binary | 10011000 | 1000110 | 1000000 | 0 | 110110 | 111010 | 101000 | 100 | 101001 | 101010 |
Color Harmonies of #984640
Complementary color
Monochromatic Colors of #984640
Black with #984640
Text Example
Text Example
White with #984640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984640; }
p { color: rgb(152,70,64); }
H1.HeaderClassName
{
color: #984640;
}
.AnyTagClassName
{
color: #984640;
}
</style>
background-color css
<style>
a { background-color: #984640; }
a { background-color: rgb(152,70,64); }
div.DivClassName
{
background-color: #984640;
}
.BgClassName
{
background-color: #984640;
}
</style>
border-color css
<style>
span { border-color: #984640; }
span { border-color: rgb(152,70,64); }
td.TdClassName
{
border-color: #984640;
}
.TagClassName
{
border-color: #984640;
}
</style>