Shades of Monarch #6E272C
Tints of Monarch #6E272C
RGB
CMYK
RGB Variations
Color information
#6E272C (or 0x6E272C) is known color: Monarch. HEX triplet: 6E, 27 and 2C. RGB value is (110,39,44). Sum of RGB (Red+Green+Blue) = 110+39+44=193 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.99% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 110 - color contains mainly: red. Hex color #6E272C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E272C is #91D8D3. Grayscale: #3C3C3C. Windows color (decimal): -9558228 or 2893678. OLE color: 2893678.
HSL color Cylindrical-coordinate representation of color #6E272C: hue angle of 355.77º degrees, saturation: 0.48, 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 #6E272C is Cyan = 0, Magento = 0.65, Yellow = 0.6 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 39 | 44 | - |
| CMYK | 0 | 0.65 | 0.6 | 0.57 |
| HSL | 355.77º | 0.48% | 0.29% | - |
| HSV(B) | 355.77º | 0.65% | 0.43% | - |
| XYZ | 7.61 | 4.95 | 2.94 | - |
| YUV | 60.8 | 118.52 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 39 | 44 | 0 | 0.65 | 0.6 | 0.57 | 355.77 | 0.48 | 0.29 |
| Hex | 6E | 27 | 2C | 0 | 41 | 3C | 39 | 164 | 30 | 1D |
| Octal | 156 | 47 | 54 | 0 | 101 | 74 | 71 | 544 | 60 | 35 |
| Binary | 1101110 | 100111 | 101100 | 0 | 1000001 | 111100 | 111001 | 101100100 | 110000 | 11101 |
Color Harmonies of #6E272C
Complementary color
Monochromatic Colors of #6E272C
Black with #6E272C
Text Example
Text Example
White with #6E272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E272C; }
p { color: rgb(110,39,44); }
H1.HeaderClassName
{
color: #6E272C;
}
.AnyTagClassName
{
color: #6E272C;
}
</style>
background-color css
<style>
a { background-color: #6E272C; }
a { background-color: rgb(110,39,44); }
div.DivClassName
{
background-color: #6E272C;
}
.BgClassName
{
background-color: #6E272C;
}
</style>
border-color css
<style>
span { border-color: #6E272C; }
span { border-color: rgb(110,39,44); }
td.TdClassName
{
border-color: #6E272C;
}
.TagClassName
{
border-color: #6E272C;
}
</style>