Shades of Monarch #6E262A
Tints of Monarch #6E262A
RGB
CMYK
RGB Variations
Color information
#6E262A (or 0x6E262A) is known color: Monarch. HEX triplet: 6E, 26 and 2A. RGB value is (110,38,42). Sum of RGB (Red+Green+Blue) = 110+38+42=190 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.89% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 110 - color contains mainly: red. Hex color #6E262A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E262A is #91D9D5. Grayscale: #3C3C3C. Windows color (decimal): -9558486 or 2762350. OLE color: 2762350.
HSL color Cylindrical-coordinate representation of color #6E262A: hue angle of 356.67º degrees, saturation: 0.49, 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 #6E262A is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 38 | 42 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.57 |
| HSL | 356.67º | 0.49% | 0.29% | - |
| HSV(B) | 356.67º | 0.65% | 0.43% | - |
| XYZ | 7.54 | 4.87 | 2.73 | - |
| YUV | 59.98 | 117.85 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 38 | 42 | 0 | 0.65 | 0.62 | 0.57 | 356.67 | 0.49 | 0.29 |
| Hex | 6E | 26 | 2A | 0 | 41 | 3E | 39 | 165 | 31 | 1D |
| Octal | 156 | 46 | 52 | 0 | 101 | 76 | 71 | 545 | 61 | 35 |
| Binary | 1101110 | 100110 | 101010 | 0 | 1000001 | 111110 | 111001 | 101100101 | 110001 | 11101 |
Color Harmonies of #6E262A
Complementary color
Monochromatic Colors of #6E262A
Black with #6E262A
Text Example
Text Example
White with #6E262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E262A; }
p { color: rgb(110,38,42); }
H1.HeaderClassName
{
color: #6E262A;
}
.AnyTagClassName
{
color: #6E262A;
}
</style>
background-color css
<style>
a { background-color: #6E262A; }
a { background-color: rgb(110,38,42); }
div.DivClassName
{
background-color: #6E262A;
}
.BgClassName
{
background-color: #6E262A;
}
</style>
border-color css
<style>
span { border-color: #6E262A; }
span { border-color: rgb(110,38,42); }
td.TdClassName
{
border-color: #6E262A;
}
.TagClassName
{
border-color: #6E262A;
}
</style>