Shades of Monarch #6E242C
Tints of Monarch #6E242C
RGB
CMYK
RGB Variations
Color information
#6E242C (or 0x6E242C) is known color: Monarch. HEX triplet: 6E, 24 and 2C. RGB value is (110,36,44). Sum of RGB (Red+Green+Blue) = 110+36+44=190 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.89% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 110 - color contains mainly: red. Hex color #6E242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E242C is #91DBD3. Grayscale: #3B3B3B. Windows color (decimal): -9558996 or 2892910. OLE color: 2892910.
HSL color Cylindrical-coordinate representation of color #6E242C: hue angle of 353.51º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E242C is Cyan = 0, Magento = 0.67, Yellow = 0.6 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 36 | 44 | - |
| CMYK | 0 | 0.67 | 0.6 | 0.57 |
| HSL | 353.51º | 0.51% | 0.29% | - |
| HSV(B) | 353.51º | 0.67% | 0.43% | - |
| XYZ | 7.52 | 4.76 | 2.91 | - |
| YUV | 59.04 | 119.52 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 36 | 44 | 0 | 0.67 | 0.6 | 0.57 | 353.51 | 0.51 | 0.29 |
| Hex | 6E | 24 | 2C | 0 | 43 | 3C | 39 | 162 | 33 | 1D |
| Octal | 156 | 44 | 54 | 0 | 103 | 74 | 71 | 542 | 63 | 35 |
| Binary | 1101110 | 100100 | 101100 | 0 | 1000011 | 111100 | 111001 | 101100010 | 110011 | 11101 |
Color Harmonies of #6E242C
Complementary color
Monochromatic Colors of #6E242C
Black with #6E242C
Text Example
Text Example
White with #6E242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E242C; }
p { color: rgb(110,36,44); }
H1.HeaderClassName
{
color: #6E242C;
}
.AnyTagClassName
{
color: #6E242C;
}
</style>
background-color css
<style>
a { background-color: #6E242C; }
a { background-color: rgb(110,36,44); }
div.DivClassName
{
background-color: #6E242C;
}
.BgClassName
{
background-color: #6E242C;
}
</style>
border-color css
<style>
span { border-color: #6E242C; }
span { border-color: rgb(110,36,44); }
td.TdClassName
{
border-color: #6E242C;
}
.TagClassName
{
border-color: #6E242C;
}
</style>