Shades of Monarch #6E292E
Tints of Monarch #6E292E
RGB
CMYK
RGB Variations
Color information
#6E292E (or 0x6E292E) is known color: Monarch. HEX triplet: 6E, 29 and 2E. RGB value is (110,41,46). Sum of RGB (Red+Green+Blue) = 110+41+46=197 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.84% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 110 - color contains mainly: red. Hex color #6E292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E292E is #91D6D1. Grayscale: #3E3E3E. Windows color (decimal): -9557714 or 3025262. OLE color: 3025262.
HSL color Cylindrical-coordinate representation of color #6E292E: hue angle of 355.65º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E292E is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 41 | 46 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.57 |
| HSL | 355.65º | 0.46% | 0.3% | - |
| HSV(B) | 355.65º | 0.63% | 0.43% | - |
| XYZ | 7.72 | 5.1 | 3.16 | - |
| YUV | 62.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 41 | 46 | 0 | 0.63 | 0.58 | 0.57 | 355.65 | 0.46 | 0.3 |
| Hex | 6E | 29 | 2E | 0 | 3F | 3A | 39 | 164 | 2E | 1E |
| Octal | 156 | 51 | 56 | 0 | 77 | 72 | 71 | 544 | 56 | 36 |
| Binary | 1101110 | 101001 | 101110 | 0 | 111111 | 111010 | 111001 | 101100100 | 101110 | 11110 |
Color Harmonies of #6E292E
Complementary color
Monochromatic Colors of #6E292E
Black with #6E292E
Text Example
Text Example
White with #6E292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E292E; }
p { color: rgb(110,41,46); }
H1.HeaderClassName
{
color: #6E292E;
}
.AnyTagClassName
{
color: #6E292E;
}
</style>
background-color css
<style>
a { background-color: #6E292E; }
a { background-color: rgb(110,41,46); }
div.DivClassName
{
background-color: #6E292E;
}
.BgClassName
{
background-color: #6E292E;
}
</style>
border-color css
<style>
span { border-color: #6E292E; }
span { border-color: rgb(110,41,46); }
td.TdClassName
{
border-color: #6E292E;
}
.TagClassName
{
border-color: #6E292E;
}
</style>