Shades of Cognac #984843
Tints of Cognac #984843
RGB
CMYK
RGB Variations
Color information
#984843 (or 0x984843) is known color: Cognac. HEX triplet: 98, 48 and 43. RGB value is (152,72,67). Sum of RGB (Red+Green+Blue) = 152+72+67=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #984843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984843 is #67B7BC. Grayscale: #5F5F5F. Windows color (decimal): -6797245 or 4409496. OLE color: 4409496.
HSL color Cylindrical-coordinate representation of color #984843: hue angle of 3.53º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #984843 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 72 | 67 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.40 |
| HSL | 3.53º | 0.39% | 0.43% | - |
| HSV(B) | 3.53º | 0.56% | 0.6% | - |
| XYZ | 16.28 | 11.72 | 6.71 | - |
| YUV | 95.35 | 112 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 72 | 67 | 0 | 0.53 | 0.56 | 0.40 | 3.53 | 0.39 | 0.43 |
| Hex | 98 | 48 | 43 | 0 | 35 | 38 | 28 | 4 | 27 | 2B |
| Octal | 230 | 110 | 103 | 0 | 65 | 70 | 50 | 4 | 47 | 53 |
| Binary | 10011000 | 1001000 | 1000011 | 0 | 110101 | 111000 | 101000 | 100 | 100111 | 101011 |
Color Harmonies of #984843
Complementary color
Monochromatic Colors of #984843
Black with #984843
Text Example
Text Example
White with #984843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984843; }
p { color: rgb(152,72,67); }
H1.HeaderClassName
{
color: #984843;
}
.AnyTagClassName
{
color: #984843;
}
</style>
background-color css
<style>
a { background-color: #984843; }
a { background-color: rgb(152,72,67); }
div.DivClassName
{
background-color: #984843;
}
.BgClassName
{
background-color: #984843;
}
</style>
border-color css
<style>
span { border-color: #984843; }
span { border-color: rgb(152,72,67); }
td.TdClassName
{
border-color: #984843;
}
.TagClassName
{
border-color: #984843;
}
</style>