Shades of Monarch #6E2428
Tints of Monarch #6E2428
RGB
CMYK
RGB Variations
Color information
#6E2428 (or 0x6E2428) is known color: Monarch. HEX triplet: 6E, 24 and 28. RGB value is (110,36,40). Sum of RGB (Red+Green+Blue) = 110+36+40=186 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.14% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2428 is #91DBD7. Grayscale: #3A3A3A. Windows color (decimal): -9559000 or 2630766. OLE color: 2630766.
HSL color Cylindrical-coordinate representation of color #6E2428: hue angle of 356.76º 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 #6E2428 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 36 | 40 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.57 |
| HSL | 356.76º | 0.51% | 0.29% | - |
| HSV(B) | 356.76º | 0.67% | 0.43% | - |
| XYZ | 7.44 | 4.73 | 2.53 | - |
| YUV | 58.58 | 117.52 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 36 | 40 | 0 | 0.67 | 0.64 | 0.57 | 356.76 | 0.51 | 0.29 |
| Hex | 6E | 24 | 28 | 0 | 43 | 40 | 39 | 165 | 33 | 1D |
| Octal | 156 | 44 | 50 | 0 | 103 | 100 | 71 | 545 | 63 | 35 |
| Binary | 1101110 | 100100 | 101000 | 0 | 1000011 | 1000000 | 111001 | 101100101 | 110011 | 11101 |
Color Harmonies of #6E2428
Complementary color
Monochromatic Colors of #6E2428
Black with #6E2428
Text Example
Text Example
White with #6E2428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2428; }
p { color: rgb(110,36,40); }
H1.HeaderClassName
{
color: #6E2428;
}
.AnyTagClassName
{
color: #6E2428;
}
</style>
background-color css
<style>
a { background-color: #6E2428; }
a { background-color: rgb(110,36,40); }
div.DivClassName
{
background-color: #6E2428;
}
.BgClassName
{
background-color: #6E2428;
}
</style>
border-color css
<style>
span { border-color: #6E2428; }
span { border-color: rgb(110,36,40); }
td.TdClassName
{
border-color: #6E2428;
}
.TagClassName
{
border-color: #6E2428;
}
</style>