Shades of Monarch #6E282C
Tints of Monarch #6E282C
RGB
CMYK
RGB Variations
Color information
#6E282C (or 0x6E282C) is known color: Monarch. HEX triplet: 6E, 28 and 2C. RGB value is (110,40,44). Sum of RGB (Red+Green+Blue) = 110+40+44=194 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.70% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 110 - color contains mainly: red. Hex color #6E282C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E282C is #91D7D3. Grayscale: #3D3D3D. Windows color (decimal): -9557972 or 2893934. OLE color: 2893934.
HSL color Cylindrical-coordinate representation of color #6E282C: hue angle of 356.57º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E282C is Cyan = 0, Magento = 0.64, Yellow = 0.6 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 40 | 44 | - |
| CMYK | 0 | 0.64 | 0.6 | 0.57 |
| HSL | 356.57º | 0.47% | 0.29% | - |
| HSV(B) | 356.57º | 0.64% | 0.43% | - |
| XYZ | 7.64 | 5.01 | 2.95 | - |
| YUV | 61.39 | 118.19 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 40 | 44 | 0 | 0.64 | 0.6 | 0.57 | 356.57 | 0.47 | 0.29 |
| Hex | 6E | 28 | 2C | 0 | 40 | 3C | 39 | 165 | 2F | 1D |
| Octal | 156 | 50 | 54 | 0 | 100 | 74 | 71 | 545 | 57 | 35 |
| Binary | 1101110 | 101000 | 101100 | 0 | 1000000 | 111100 | 111001 | 101100101 | 101111 | 11101 |
Color Harmonies of #6E282C
Complementary color
Monochromatic Colors of #6E282C
Black with #6E282C
Text Example
Text Example
White with #6E282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E282C; }
p { color: rgb(110,40,44); }
H1.HeaderClassName
{
color: #6E282C;
}
.AnyTagClassName
{
color: #6E282C;
}
</style>
background-color css
<style>
a { background-color: #6E282C; }
a { background-color: rgb(110,40,44); }
div.DivClassName
{
background-color: #6E282C;
}
.BgClassName
{
background-color: #6E282C;
}
</style>
border-color css
<style>
span { border-color: #6E282C; }
span { border-color: rgb(110,40,44); }
td.TdClassName
{
border-color: #6E282C;
}
.TagClassName
{
border-color: #6E282C;
}
</style>