Shades of Monarch #6E282B
Tints of Monarch #6E282B
RGB
CMYK
RGB Variations
Color information
#6E282B (or 0x6E282B) is known color: Monarch. HEX triplet: 6E, 28 and 2B. RGB value is (110,40,43). Sum of RGB (Red+Green+Blue) = 110+40+43=193 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.99% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 110 - color contains mainly: red. Hex color #6E282B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E282B is #91D7D4. Grayscale: #3D3D3D. Windows color (decimal): -9557973 or 2828398. OLE color: 2828398.
HSL color Cylindrical-coordinate representation of color #6E282B: hue angle of 357.43º 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 #6E282B is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 40 | 43 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.57 |
| HSL | 357.43º | 0.47% | 0.29% | - |
| HSV(B) | 357.43º | 0.64% | 0.43% | - |
| XYZ | 7.63 | 5.01 | 2.85 | - |
| YUV | 61.27 | 117.69 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 40 | 43 | 0 | 0.64 | 0.61 | 0.57 | 357.43 | 0.47 | 0.29 |
| Hex | 6E | 28 | 2B | 0 | 40 | 3D | 39 | 165 | 2F | 1D |
| Octal | 156 | 50 | 53 | 0 | 100 | 75 | 71 | 545 | 57 | 35 |
| Binary | 1101110 | 101000 | 101011 | 0 | 1000000 | 111101 | 111001 | 101100101 | 101111 | 11101 |
Color Harmonies of #6E282B
Complementary color
Monochromatic Colors of #6E282B
Black with #6E282B
Text Example
Text Example
White with #6E282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E282B; }
p { color: rgb(110,40,43); }
H1.HeaderClassName
{
color: #6E282B;
}
.AnyTagClassName
{
color: #6E282B;
}
</style>
background-color css
<style>
a { background-color: #6E282B; }
a { background-color: rgb(110,40,43); }
div.DivClassName
{
background-color: #6E282B;
}
.BgClassName
{
background-color: #6E282B;
}
</style>
border-color css
<style>
span { border-color: #6E282B; }
span { border-color: rgb(110,40,43); }
td.TdClassName
{
border-color: #6E282B;
}
.TagClassName
{
border-color: #6E282B;
}
</style>