Shades of Monarch #6A232E
Tints of Monarch #6A232E
RGB
CMYK
RGB Variations
Color information
#6A232E (or 0x6A232E) is known color: Monarch. HEX triplet: 6A, 23 and 2E. RGB value is (106,35,46). Sum of RGB (Red+Green+Blue) = 106+35+46=187 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.68% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 106 - color contains mainly: red. Hex color #6A232E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A232E is #95DCD1. Grayscale: #393939. Windows color (decimal): -9821394 or 3023722. OLE color: 3023722.
HSL color Cylindrical-coordinate representation of color #6A232E: hue angle of 350.7º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A232E is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 35 | 46 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.58 |
| HSL | 350.7º | 0.5% | 0.28% | - |
| HSV(B) | 350.7º | 0.67% | 0.42% | - |
| XYZ | 7.04 | 4.46 | 3.08 | - |
| YUV | 57.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 35 | 46 | 0 | 0.67 | 0.57 | 0.58 | 350.7 | 0.5 | 0.28 |
| Hex | 6A | 23 | 2E | 0 | 43 | 39 | 3A | 15F | 32 | 1C |
| Octal | 152 | 43 | 56 | 0 | 103 | 71 | 72 | 537 | 62 | 34 |
| Binary | 1101010 | 100011 | 101110 | 0 | 1000011 | 111001 | 111010 | 101011111 | 110010 | 11100 |
Color Harmonies of #6A232E
Complementary color
Monochromatic Colors of #6A232E
Black with #6A232E
Text Example
Text Example
White with #6A232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A232E; }
p { color: rgb(106,35,46); }
H1.HeaderClassName
{
color: #6A232E;
}
.AnyTagClassName
{
color: #6A232E;
}
</style>
background-color css
<style>
a { background-color: #6A232E; }
a { background-color: rgb(106,35,46); }
div.DivClassName
{
background-color: #6A232E;
}
.BgClassName
{
background-color: #6A232E;
}
</style>
border-color css
<style>
span { border-color: #6A232E; }
span { border-color: rgb(106,35,46); }
td.TdClassName
{
border-color: #6A232E;
}
.TagClassName
{
border-color: #6A232E;
}
</style>