Shades of Monarch #6C282C
Tints of Monarch #6C282C
RGB
CMYK
RGB Variations
Color information
#6C282C (or 0x6C282C) is known color: Monarch. HEX triplet: 6C, 28 and 2C. RGB value is (108,40,44). Sum of RGB (Red+Green+Blue) = 108+40+44=192 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.25% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 108 - color contains mainly: red. Hex color #6C282C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C282C is #93D7D3. Grayscale: #3C3C3C. Windows color (decimal): -9689044 or 2893932. OLE color: 2893932.
HSL color Cylindrical-coordinate representation of color #6C282C: hue angle of 356.47º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C282C is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 40 | 44 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.58 |
| HSL | 356.47º | 0.46% | 0.29% | - |
| HSV(B) | 356.47º | 0.63% | 0.42% | - |
| XYZ | 7.4 | 4.89 | 2.94 | - |
| YUV | 60.79 | 118.53 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 44 | 0 | 0.63 | 0.59 | 0.58 | 356.47 | 0.46 | 0.29 |
| Hex | 6C | 28 | 2C | 0 | 3F | 3B | 3A | 164 | 2E | 1D |
| Octal | 154 | 50 | 54 | 0 | 77 | 73 | 72 | 544 | 56 | 35 |
| Binary | 1101100 | 101000 | 101100 | 0 | 111111 | 111011 | 111010 | 101100100 | 101110 | 11101 |
Color Harmonies of #6C282C
Complementary color
Monochromatic Colors of #6C282C
Black with #6C282C
Text Example
Text Example
White with #6C282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C282C; }
p { color: rgb(108,40,44); }
H1.HeaderClassName
{
color: #6C282C;
}
.AnyTagClassName
{
color: #6C282C;
}
</style>
background-color css
<style>
a { background-color: #6C282C; }
a { background-color: rgb(108,40,44); }
div.DivClassName
{
background-color: #6C282C;
}
.BgClassName
{
background-color: #6C282C;
}
</style>
border-color css
<style>
span { border-color: #6C282C; }
span { border-color: rgb(108,40,44); }
td.TdClassName
{
border-color: #6C282C;
}
.TagClassName
{
border-color: #6C282C;
}
</style>