Shades of Monarch #6C2529
Tints of Monarch #6C2529
RGB
CMYK
RGB Variations
Color information
#6C2529 (or 0x6C2529) is known color: Monarch. HEX triplet: 6C, 25 and 29. RGB value is (108,37,41). Sum of RGB (Red+Green+Blue) = 108+37+41=186 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.06% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2529 is #93DAD6. Grayscale: #3A3A3A. Windows color (decimal): -9689815 or 2696556. OLE color: 2696556.
HSL color Cylindrical-coordinate representation of color #6C2529: hue angle of 356.62º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C2529 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 37 | 41 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.58 |
| HSL | 356.62º | 0.49% | 0.28% | - |
| HSV(B) | 356.62º | 0.66% | 0.42% | - |
| XYZ | 7.25 | 4.67 | 2.62 | - |
| YUV | 58.69 | 118.02 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 37 | 41 | 0 | 0.66 | 0.62 | 0.58 | 356.62 | 0.49 | 0.28 |
| Hex | 6C | 25 | 29 | 0 | 42 | 3E | 3A | 165 | 31 | 1C |
| Octal | 154 | 45 | 51 | 0 | 102 | 76 | 72 | 545 | 61 | 34 |
| Binary | 1101100 | 100101 | 101001 | 0 | 1000010 | 111110 | 111010 | 101100101 | 110001 | 11100 |
Color Harmonies of #6C2529
Complementary color
Monochromatic Colors of #6C2529
Black with #6C2529
Text Example
Text Example
White with #6C2529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2529; }
p { color: rgb(108,37,41); }
H1.HeaderClassName
{
color: #6C2529;
}
.AnyTagClassName
{
color: #6C2529;
}
</style>
background-color css
<style>
a { background-color: #6C2529; }
a { background-color: rgb(108,37,41); }
div.DivClassName
{
background-color: #6C2529;
}
.BgClassName
{
background-color: #6C2529;
}
</style>
border-color css
<style>
span { border-color: #6C2529; }
span { border-color: rgb(108,37,41); }
td.TdClassName
{
border-color: #6C2529;
}
.TagClassName
{
border-color: #6C2529;
}
</style>