Shades of Monarch #6D2B31
Tints of Monarch #6D2B31
RGB
CMYK
RGB Variations
Color information
#6D2B31 (or 0x6D2B31) is known color: Monarch. HEX triplet: 6D, 2B and 31. RGB value is (109,43,49). Sum of RGB (Red+Green+Blue) = 109+43+49=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2B31 is #92D4CE. Grayscale: #3F3F3F. Windows color (decimal): -9622735 or 3222381. OLE color: 3222381.
HSL color Cylindrical-coordinate representation of color #6D2B31: hue angle of 354.55º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D2B31 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 43 | 49 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.57 |
| HSL | 354.55º | 0.43% | 0.3% | - |
| HSV(B) | 354.55º | 0.61% | 0.43% | - |
| XYZ | 7.72 | 5.2 | 3.5 | - |
| YUV | 63.42 | 119.87 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 43 | 49 | 0 | 0.61 | 0.55 | 0.57 | 354.55 | 0.43 | 0.3 |
| Hex | 6D | 2B | 31 | 0 | 3D | 37 | 39 | 163 | 2B | 1E |
| Octal | 155 | 53 | 61 | 0 | 75 | 67 | 71 | 543 | 53 | 36 |
| Binary | 1101101 | 101011 | 110001 | 0 | 111101 | 110111 | 111001 | 101100011 | 101011 | 11110 |
Color Harmonies of #6D2B31
Complementary color
Monochromatic Colors of #6D2B31
Black with #6D2B31
Text Example
Text Example
White with #6D2B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2B31; }
p { color: rgb(109,43,49); }
H1.HeaderClassName
{
color: #6D2B31;
}
.AnyTagClassName
{
color: #6D2B31;
}
</style>
background-color css
<style>
a { background-color: #6D2B31; }
a { background-color: rgb(109,43,49); }
div.DivClassName
{
background-color: #6D2B31;
}
.BgClassName
{
background-color: #6D2B31;
}
</style>
border-color css
<style>
span { border-color: #6D2B31; }
span { border-color: rgb(109,43,49); }
td.TdClassName
{
border-color: #6D2B31;
}
.TagClassName
{
border-color: #6D2B31;
}
</style>