Shades of Monarch #6E2628
Tints of Monarch #6E2628
RGB
CMYK
RGB Variations
Color information
#6E2628 (or 0x6E2628) is known color: Monarch. HEX triplet: 6E, 26 and 28. RGB value is (110,38,40). Sum of RGB (Red+Green+Blue) = 110+38+40=188 (24% of max value = 765). Red value is 110 (43.36% from 255 or 58.51% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2628 is #91D9D7. Grayscale: #3B3B3B. Windows color (decimal): -9558488 or 2631278. OLE color: 2631278.
HSL color Cylindrical-coordinate representation of color #6E2628: hue angle of 358.33º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E2628 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 38 | 40 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.57 |
| HSL | 358.33º | 0.49% | 0.29% | - |
| HSV(B) | 358.33º | 0.65% | 0.43% | - |
| XYZ | 7.51 | 4.85 | 2.55 | - |
| YUV | 59.76 | 116.85 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 38 | 40 | 0 | 0.65 | 0.64 | 0.57 | 358.33 | 0.49 | 0.29 |
| Hex | 6E | 26 | 28 | 0 | 41 | 40 | 39 | 166 | 31 | 1D |
| Octal | 156 | 46 | 50 | 0 | 101 | 100 | 71 | 546 | 61 | 35 |
| Binary | 1101110 | 100110 | 101000 | 0 | 1000001 | 1000000 | 111001 | 101100110 | 110001 | 11101 |
Color Harmonies of #6E2628
Complementary color
Monochromatic Colors of #6E2628
Black with #6E2628
Text Example
Text Example
White with #6E2628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2628; }
p { color: rgb(110,38,40); }
H1.HeaderClassName
{
color: #6E2628;
}
.AnyTagClassName
{
color: #6E2628;
}
</style>
background-color css
<style>
a { background-color: #6E2628; }
a { background-color: rgb(110,38,40); }
div.DivClassName
{
background-color: #6E2628;
}
.BgClassName
{
background-color: #6E2628;
}
</style>
border-color css
<style>
span { border-color: #6E2628; }
span { border-color: rgb(110,38,40); }
td.TdClassName
{
border-color: #6E2628;
}
.TagClassName
{
border-color: #6E2628;
}
</style>