Shades of Cognac #984A41
Tints of Cognac #984A41
RGB
CMYK
RGB Variations
Color information
#984A41 (or 0x984A41) is known color: Cognac. HEX triplet: 98, 4A and 41. RGB value is (152,74,65). Sum of RGB (Red+Green+Blue) = 152+74+65=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #984A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984A41 is #67B5BE. Grayscale: #606060. Windows color (decimal): -6796735 or 4278936. OLE color: 4278936.
HSL color Cylindrical-coordinate representation of color #984A41: hue angle of 6.21º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #984A41 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 74 | 65 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.40 |
| HSL | 6.21º | 0.4% | 0.43% | - |
| HSV(B) | 6.21º | 0.57% | 0.6% | - |
| XYZ | 16.35 | 11.95 | 6.45 | - |
| YUV | 96.3 | 110.34 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 74 | 65 | 0 | 0.51 | 0.57 | 0.40 | 6.21 | 0.4 | 0.43 |
| Hex | 98 | 4A | 41 | 0 | 33 | 39 | 28 | 6 | 28 | 2B |
| Octal | 230 | 112 | 101 | 0 | 63 | 71 | 50 | 6 | 50 | 53 |
| Binary | 10011000 | 1001010 | 1000001 | 0 | 110011 | 111001 | 101000 | 110 | 101000 | 101011 |
Color Harmonies of #984A41
Complementary color
Monochromatic Colors of #984A41
Black with #984A41
Text Example
Text Example
White with #984A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984A41; }
p { color: rgb(152,74,65); }
H1.HeaderClassName
{
color: #984A41;
}
.AnyTagClassName
{
color: #984A41;
}
</style>
background-color css
<style>
a { background-color: #984A41; }
a { background-color: rgb(152,74,65); }
div.DivClassName
{
background-color: #984A41;
}
.BgClassName
{
background-color: #984A41;
}
</style>
border-color css
<style>
span { border-color: #984A41; }
span { border-color: rgb(152,74,65); }
td.TdClassName
{
border-color: #984A41;
}
.TagClassName
{
border-color: #984A41;
}
</style>