Shades of Monarch #6C282D
Tints of Monarch #6C282D
RGB
CMYK
RGB Variations
Color information
#6C282D (or 0x6C282D) is known color: Monarch. HEX triplet: 6C, 28 and 2D. RGB value is (108,40,45). Sum of RGB (Red+Green+Blue) = 108+40+45=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C282D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C282D is #93D7D2. Grayscale: #3C3C3C. Windows color (decimal): -9689043 or 2959468. OLE color: 2959468.
HSL color Cylindrical-coordinate representation of color #6C282D: hue angle of 355.59º 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 #6C282D is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 40 | 45 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.58 |
| HSL | 355.59º | 0.46% | 0.29% | - |
| HSV(B) | 355.59º | 0.63% | 0.42% | - |
| XYZ | 7.42 | 4.9 | 3.04 | - |
| YUV | 60.9 | 119.03 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 45 | 0 | 0.63 | 0.58 | 0.58 | 355.59 | 0.46 | 0.29 |
| Hex | 6C | 28 | 2D | 0 | 3F | 3A | 3A | 164 | 2E | 1D |
| Octal | 154 | 50 | 55 | 0 | 77 | 72 | 72 | 544 | 56 | 35 |
| Binary | 1101100 | 101000 | 101101 | 0 | 111111 | 111010 | 111010 | 101100100 | 101110 | 11101 |
Color Harmonies of #6C282D
Complementary color
Monochromatic Colors of #6C282D
Black with #6C282D
Text Example
Text Example
White with #6C282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C282D; }
p { color: rgb(108,40,45); }
H1.HeaderClassName
{
color: #6C282D;
}
.AnyTagClassName
{
color: #6C282D;
}
</style>
background-color css
<style>
a { background-color: #6C282D; }
a { background-color: rgb(108,40,45); }
div.DivClassName
{
background-color: #6C282D;
}
.BgClassName
{
background-color: #6C282D;
}
</style>
border-color css
<style>
span { border-color: #6C282D; }
span { border-color: rgb(108,40,45); }
td.TdClassName
{
border-color: #6C282D;
}
.TagClassName
{
border-color: #6C282D;
}
</style>