Shades of Grenadier #C6543D
Tints of Grenadier #C6543D
RGB
CMYK
RGB Variations
Color information
#C6543D (or 0xC6543D) is known color: Grenadier. HEX triplet: C6, 54 and 3D. RGB value is (198,84,61). Sum of RGB (Red+Green+Blue) = 198+84+61=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C6543D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6543D is #39ABC2. Grayscale: #737373. Windows color (decimal): -3779523 or 4019398. OLE color: 4019398.
HSL color Cylindrical-coordinate representation of color #C6543D: hue angle of 10.07º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6543D is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 61 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.22 |
| HSL | 10.07º | 0.55% | 0.51% | - |
| HSV(B) | 10.07º | 0.69% | 0.78% | - |
| XYZ | 27.3 | 18.68 | 6.58 | - |
| YUV | 115.46 | 97.27 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 61 | 0 | 0.58 | 0.69 | 0.22 | 10.07 | 0.55 | 0.51 |
| Hex | C6 | 54 | 3D | 0 | 3A | 45 | 16 | A | 37 | 33 |
| Octal | 306 | 124 | 75 | 0 | 72 | 105 | 26 | 12 | 67 | 63 |
| Binary | 11000110 | 1010100 | 111101 | 0 | 111010 | 1000101 | 10110 | 1010 | 110111 | 110011 |
Color Harmonies of #C6543D
Complementary color
Monochromatic Colors of #C6543D
Black with #C6543D
Text Example
Text Example
White with #C6543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6543D; }
p { color: rgb(198,84,61); }
H1.HeaderClassName
{
color: #C6543D;
}
.AnyTagClassName
{
color: #C6543D;
}
</style>
background-color css
<style>
a { background-color: #C6543D; }
a { background-color: rgb(198,84,61); }
div.DivClassName
{
background-color: #C6543D;
}
.BgClassName
{
background-color: #C6543D;
}
</style>
border-color css
<style>
span { border-color: #C6543D; }
span { border-color: rgb(198,84,61); }
td.TdClassName
{
border-color: #C6543D;
}
.TagClassName
{
border-color: #C6543D;
}
</style>