Shades of Monarch #6C292E
Tints of Monarch #6C292E
RGB
CMYK
RGB Variations
Color information
#6C292E (or 0x6C292E) is known color: Monarch. HEX triplet: 6C, 29 and 2E. RGB value is (108,41,46). Sum of RGB (Red+Green+Blue) = 108+41+46=195 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.38% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 108 - color contains mainly: red. Hex color #6C292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C292E is #93D6D1. Grayscale: #3D3D3D. Windows color (decimal): -9688786 or 3025260. OLE color: 3025260.
HSL color Cylindrical-coordinate representation of color #6C292E: hue angle of 355.52º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C292E is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 41 | 46 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.58 |
| HSL | 355.52º | 0.45% | 0.29% | - |
| HSV(B) | 355.52º | 0.62% | 0.42% | - |
| XYZ | 7.47 | 4.97 | 3.15 | - |
| YUV | 61.6 | 119.2 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 41 | 46 | 0 | 0.62 | 0.57 | 0.58 | 355.52 | 0.45 | 0.29 |
| Hex | 6C | 29 | 2E | 0 | 3E | 39 | 3A | 164 | 2D | 1D |
| Octal | 154 | 51 | 56 | 0 | 76 | 71 | 72 | 544 | 55 | 35 |
| Binary | 1101100 | 101001 | 101110 | 0 | 111110 | 111001 | 111010 | 101100100 | 101101 | 11101 |
Color Harmonies of #6C292E
Complementary color
Monochromatic Colors of #6C292E
Black with #6C292E
Text Example
Text Example
White with #6C292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C292E; }
p { color: rgb(108,41,46); }
H1.HeaderClassName
{
color: #6C292E;
}
.AnyTagClassName
{
color: #6C292E;
}
</style>
background-color css
<style>
a { background-color: #6C292E; }
a { background-color: rgb(108,41,46); }
div.DivClassName
{
background-color: #6C292E;
}
.BgClassName
{
background-color: #6C292E;
}
</style>
border-color css
<style>
span { border-color: #6C292E; }
span { border-color: rgb(108,41,46); }
td.TdClassName
{
border-color: #6C292E;
}
.TagClassName
{
border-color: #6C292E;
}
</style>