Shades of Monarch #6E282F
Tints of Monarch #6E282F
RGB
CMYK
RGB Variations
Color information
#6E282F (or 0x6E282F) is known color: Monarch. HEX triplet: 6E, 28 and 2F. RGB value is (110,40,47). Sum of RGB (Red+Green+Blue) = 110+40+47=197 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.84% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 110 - color contains mainly: red. Hex color #6E282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E282F is #91D7D0. Grayscale: #3D3D3D. Windows color (decimal): -9557969 or 3090542. OLE color: 3090542.
HSL color Cylindrical-coordinate representation of color #6E282F: hue angle of 354º 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 #6E282F is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 40 | 47 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.57 |
| HSL | 354º | 0.47% | 0.29% | - |
| HSV(B) | 354º | 0.64% | 0.43% | - |
| XYZ | 7.7 | 5.04 | 3.26 | - |
| YUV | 61.73 | 119.69 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 40 | 47 | 0 | 0.64 | 0.57 | 0.57 | 354 | 0.47 | 0.29 |
| Hex | 6E | 28 | 2F | 0 | 40 | 39 | 39 | 162 | 2F | 1D |
| Octal | 156 | 50 | 57 | 0 | 100 | 71 | 71 | 542 | 57 | 35 |
| Binary | 1101110 | 101000 | 101111 | 0 | 1000000 | 111001 | 111001 | 101100010 | 101111 | 11101 |
Color Harmonies of #6E282F
Complementary color
Monochromatic Colors of #6E282F
Black with #6E282F
Text Example
Text Example
White with #6E282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E282F; }
p { color: rgb(110,40,47); }
H1.HeaderClassName
{
color: #6E282F;
}
.AnyTagClassName
{
color: #6E282F;
}
</style>
background-color css
<style>
a { background-color: #6E282F; }
a { background-color: rgb(110,40,47); }
div.DivClassName
{
background-color: #6E282F;
}
.BgClassName
{
background-color: #6E282F;
}
</style>
border-color css
<style>
span { border-color: #6E282F; }
span { border-color: rgb(110,40,47); }
td.TdClassName
{
border-color: #6E282F;
}
.TagClassName
{
border-color: #6E282F;
}
</style>