Shades of Monarch #6E282E
Tints of Monarch #6E282E
RGB
CMYK
RGB Variations
Color information
#6E282E (or 0x6E282E) is known color: Monarch. HEX triplet: 6E, 28 and 2E. RGB value is (110,40,46). Sum of RGB (Red+Green+Blue) = 110+40+46=196 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.12% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 110 - color contains mainly: red. Hex color #6E282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E282E is #91D7D1. Grayscale: #3D3D3D. Windows color (decimal): -9557970 or 3025006. OLE color: 3025006.
HSL color Cylindrical-coordinate representation of color #6E282E: hue angle of 354.86º 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 #6E282E is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 40 | 46 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.57 |
| HSL | 354.86º | 0.47% | 0.29% | - |
| HSV(B) | 354.86º | 0.64% | 0.43% | - |
| XYZ | 7.68 | 5.03 | 3.15 | - |
| YUV | 61.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 40 | 46 | 0 | 0.64 | 0.58 | 0.57 | 354.86 | 0.47 | 0.29 |
| Hex | 6E | 28 | 2E | 0 | 40 | 3A | 39 | 163 | 2F | 1D |
| Octal | 156 | 50 | 56 | 0 | 100 | 72 | 71 | 543 | 57 | 35 |
| Binary | 1101110 | 101000 | 101110 | 0 | 1000000 | 111010 | 111001 | 101100011 | 101111 | 11101 |
Color Harmonies of #6E282E
Complementary color
Monochromatic Colors of #6E282E
Black with #6E282E
Text Example
Text Example
White with #6E282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E282E; }
p { color: rgb(110,40,46); }
H1.HeaderClassName
{
color: #6E282E;
}
.AnyTagClassName
{
color: #6E282E;
}
</style>
background-color css
<style>
a { background-color: #6E282E; }
a { background-color: rgb(110,40,46); }
div.DivClassName
{
background-color: #6E282E;
}
.BgClassName
{
background-color: #6E282E;
}
</style>
border-color css
<style>
span { border-color: #6E282E; }
span { border-color: rgb(110,40,46); }
td.TdClassName
{
border-color: #6E282E;
}
.TagClassName
{
border-color: #6E282E;
}
</style>