Shades of Monarch #6C2A2E
Tints of Monarch #6C2A2E
RGB
CMYK
RGB Variations
Color information
#6C2A2E (or 0x6C2A2E) is known color: Monarch. HEX triplet: 6C, 2A and 2E. RGB value is (108,42,46). Sum of RGB (Red+Green+Blue) = 108+42+46=196 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.10% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2A2E is #93D5D1. Grayscale: #3E3E3E. Windows color (decimal): -9688530 or 3025516. OLE color: 3025516.
HSL color Cylindrical-coordinate representation of color #6C2A2E: hue angle of 356.36º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C2A2E is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 42 | 46 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.58 |
| HSL | 356.36º | 0.44% | 0.29% | - |
| HSV(B) | 356.36º | 0.61% | 0.42% | - |
| XYZ | 7.51 | 5.04 | 3.16 | - |
| YUV | 62.19 | 118.87 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 42 | 46 | 0 | 0.61 | 0.57 | 0.58 | 356.36 | 0.44 | 0.29 |
| Hex | 6C | 2A | 2E | 0 | 3D | 39 | 3A | 164 | 2C | 1D |
| Octal | 154 | 52 | 56 | 0 | 75 | 71 | 72 | 544 | 54 | 35 |
| Binary | 1101100 | 101010 | 101110 | 0 | 111101 | 111001 | 111010 | 101100100 | 101100 | 11101 |
Color Harmonies of #6C2A2E
Complementary color
Monochromatic Colors of #6C2A2E
Black with #6C2A2E
Text Example
Text Example
White with #6C2A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2A2E; }
p { color: rgb(108,42,46); }
H1.HeaderClassName
{
color: #6C2A2E;
}
.AnyTagClassName
{
color: #6C2A2E;
}
</style>
background-color css
<style>
a { background-color: #6C2A2E; }
a { background-color: rgb(108,42,46); }
div.DivClassName
{
background-color: #6C2A2E;
}
.BgClassName
{
background-color: #6C2A2E;
}
</style>
border-color css
<style>
span { border-color: #6C2A2E; }
span { border-color: rgb(108,42,46); }
td.TdClassName
{
border-color: #6C2A2E;
}
.TagClassName
{
border-color: #6C2A2E;
}
</style>