Shades of Monarch #6D212D
Tints of Monarch #6D212D
RGB
CMYK
RGB Variations
Color information
#6D212D (or 0x6D212D) is known color: Monarch. HEX triplet: 6D, 21 and 2D. RGB value is (109,33,45). Sum of RGB (Red+Green+Blue) = 109+33+45=187 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.29% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 109 - color contains mainly: red. Hex color #6D212D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D212D is #92DED2. Grayscale: #393939. Windows color (decimal): -9625299 or 2957677. OLE color: 2957677.
HSL color Cylindrical-coordinate representation of color #6D212D: hue angle of 350.53º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D212D is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 33 | 45 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.57 |
| HSL | 350.53º | 0.54% | 0.28% | - |
| HSV(B) | 350.53º | 0.7% | 0.43% | - |
| XYZ | 7.32 | 4.53 | 2.97 | - |
| YUV | 57.09 | 121.18 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 33 | 45 | 0 | 0.70 | 0.59 | 0.57 | 350.53 | 0.54 | 0.28 |
| Hex | 6D | 21 | 2D | 0 | 46 | 3B | 39 | 15F | 36 | 1C |
| Octal | 155 | 41 | 55 | 0 | 106 | 73 | 71 | 537 | 66 | 34 |
| Binary | 1101101 | 100001 | 101101 | 0 | 1000110 | 111011 | 111001 | 101011111 | 110110 | 11100 |
Color Harmonies of #6D212D
Complementary color
Monochromatic Colors of #6D212D
Black with #6D212D
Text Example
Text Example
White with #6D212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D212D; }
p { color: rgb(109,33,45); }
H1.HeaderClassName
{
color: #6D212D;
}
.AnyTagClassName
{
color: #6D212D;
}
</style>
background-color css
<style>
a { background-color: #6D212D; }
a { background-color: rgb(109,33,45); }
div.DivClassName
{
background-color: #6D212D;
}
.BgClassName
{
background-color: #6D212D;
}
</style>
border-color css
<style>
span { border-color: #6D212D; }
span { border-color: rgb(109,33,45); }
td.TdClassName
{
border-color: #6D212D;
}
.TagClassName
{
border-color: #6D212D;
}
</style>