Shades of Monarch #6D222D
Tints of Monarch #6D222D
RGB
CMYK
RGB Variations
Color information
#6D222D (or 0x6D222D) is known color: Monarch. HEX triplet: 6D, 22 and 2D. RGB value is (109,34,45). Sum of RGB (Red+Green+Blue) = 109+34+45=188 (24% of max value = 765). Red value is 109 (42.97% from 255 or 57.98% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 109 - color contains mainly: red. Hex color #6D222D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D222D is #92DDD2. Grayscale: #393939. Windows color (decimal): -9625043 or 2957933. OLE color: 2957933.
HSL color Cylindrical-coordinate representation of color #6D222D: hue angle of 351.2º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D222D is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 34 | 45 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.57 |
| HSL | 351.2º | 0.52% | 0.28% | - |
| HSV(B) | 351.2º | 0.69% | 0.43% | - |
| XYZ | 7.35 | 4.58 | 2.98 | - |
| YUV | 57.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 34 | 45 | 0 | 0.69 | 0.59 | 0.57 | 351.2 | 0.52 | 0.28 |
| Hex | 6D | 22 | 2D | 0 | 45 | 3B | 39 | 15F | 34 | 1C |
| Octal | 155 | 42 | 55 | 0 | 105 | 73 | 71 | 537 | 64 | 34 |
| Binary | 1101101 | 100010 | 101101 | 0 | 1000101 | 111011 | 111001 | 101011111 | 110100 | 11100 |
Color Harmonies of #6D222D
Complementary color
Monochromatic Colors of #6D222D
Black with #6D222D
Text Example
Text Example
White with #6D222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D222D; }
p { color: rgb(109,34,45); }
H1.HeaderClassName
{
color: #6D222D;
}
.AnyTagClassName
{
color: #6D222D;
}
</style>
background-color css
<style>
a { background-color: #6D222D; }
a { background-color: rgb(109,34,45); }
div.DivClassName
{
background-color: #6D222D;
}
.BgClassName
{
background-color: #6D222D;
}
</style>
border-color css
<style>
span { border-color: #6D222D; }
span { border-color: rgb(109,34,45); }
td.TdClassName
{
border-color: #6D222D;
}
.TagClassName
{
border-color: #6D222D;
}
</style>