Shades of Monarch #6C232E
Tints of Monarch #6C232E
RGB
CMYK
RGB Variations
Color information
#6C232E (or 0x6C232E) is known color: Monarch. HEX triplet: 6C, 23 and 2E. RGB value is (108,35,46). Sum of RGB (Red+Green+Blue) = 108+35+46=189 (25% of max value = 765). Red value is 108 (42.58% from 255 or 57.14% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 108 - color contains mainly: red. Hex color #6C232E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C232E is #93DCD1. Grayscale: #3A3A3A. Windows color (decimal): -9690322 or 3023724. OLE color: 3023724.
HSL color Cylindrical-coordinate representation of color #6C232E: hue angle of 350.96º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C232E is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 35 | 46 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.58 |
| HSL | 350.96º | 0.51% | 0.28% | - |
| HSV(B) | 350.96º | 0.68% | 0.42% | - |
| XYZ | 7.28 | 4.59 | 3.09 | - |
| YUV | 58.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 35 | 46 | 0 | 0.68 | 0.57 | 0.58 | 350.96 | 0.51 | 0.28 |
| Hex | 6C | 23 | 2E | 0 | 44 | 39 | 3A | 15F | 33 | 1C |
| Octal | 154 | 43 | 56 | 0 | 104 | 71 | 72 | 537 | 63 | 34 |
| Binary | 1101100 | 100011 | 101110 | 0 | 1000100 | 111001 | 111010 | 101011111 | 110011 | 11100 |
Color Harmonies of #6C232E
Complementary color
Monochromatic Colors of #6C232E
Black with #6C232E
Text Example
Text Example
White with #6C232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C232E; }
p { color: rgb(108,35,46); }
H1.HeaderClassName
{
color: #6C232E;
}
.AnyTagClassName
{
color: #6C232E;
}
</style>
background-color css
<style>
a { background-color: #6C232E; }
a { background-color: rgb(108,35,46); }
div.DivClassName
{
background-color: #6C232E;
}
.BgClassName
{
background-color: #6C232E;
}
</style>
border-color css
<style>
span { border-color: #6C232E; }
span { border-color: rgb(108,35,46); }
td.TdClassName
{
border-color: #6C232E;
}
.TagClassName
{
border-color: #6C232E;
}
</style>