Shades of Monarch #6C272C
Tints of Monarch #6C272C
RGB
CMYK
RGB Variations
Color information
#6C272C (or 0x6C272C) is known color: Monarch. HEX triplet: 6C, 27 and 2C. RGB value is (108,39,44). Sum of RGB (Red+Green+Blue) = 108+39+44=191 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.54% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 108 - color contains mainly: red. Hex color #6C272C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C272C is #93D8D3. Grayscale: #3C3C3C. Windows color (decimal): -9689300 or 2893676. OLE color: 2893676.
HSL color Cylindrical-coordinate representation of color #6C272C: hue angle of 355.65º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C272C is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 39 | 44 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.58 |
| HSL | 355.65º | 0.47% | 0.29% | - |
| HSV(B) | 355.65º | 0.64% | 0.42% | - |
| XYZ | 7.36 | 4.82 | 2.93 | - |
| YUV | 60.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 39 | 44 | 0 | 0.64 | 0.59 | 0.58 | 355.65 | 0.47 | 0.29 |
| Hex | 6C | 27 | 2C | 0 | 40 | 3B | 3A | 164 | 2F | 1D |
| Octal | 154 | 47 | 54 | 0 | 100 | 73 | 72 | 544 | 57 | 35 |
| Binary | 1101100 | 100111 | 101100 | 0 | 1000000 | 111011 | 111010 | 101100100 | 101111 | 11101 |
Color Harmonies of #6C272C
Complementary color
Monochromatic Colors of #6C272C
Black with #6C272C
Text Example
Text Example
White with #6C272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C272C; }
p { color: rgb(108,39,44); }
H1.HeaderClassName
{
color: #6C272C;
}
.AnyTagClassName
{
color: #6C272C;
}
</style>
background-color css
<style>
a { background-color: #6C272C; }
a { background-color: rgb(108,39,44); }
div.DivClassName
{
background-color: #6C272C;
}
.BgClassName
{
background-color: #6C272C;
}
</style>
border-color css
<style>
span { border-color: #6C272C; }
span { border-color: rgb(108,39,44); }
td.TdClassName
{
border-color: #6C272C;
}
.TagClassName
{
border-color: #6C272C;
}
</style>