Shades of Monarch #6C2428
Tints of Monarch #6C2428
RGB
CMYK
RGB Variations
Color information
#6C2428 (or 0x6C2428) is known color: Monarch. HEX triplet: 6C, 24 and 28. RGB value is (108,36,40). Sum of RGB (Red+Green+Blue) = 108+36+40=184 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.70% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2428 is #93DBD7. Grayscale: #3A3A3A. Windows color (decimal): -9690072 or 2630764. OLE color: 2630764.
HSL color Cylindrical-coordinate representation of color #6C2428: hue angle of 356.67º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C2428 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 36 | 40 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.58 |
| HSL | 356.67º | 0.5% | 0.28% | - |
| HSV(B) | 356.67º | 0.67% | 0.42% | - |
| XYZ | 7.2 | 4.6 | 2.52 | - |
| YUV | 57.98 | 117.85 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 36 | 40 | 0 | 0.67 | 0.63 | 0.58 | 356.67 | 0.5 | 0.28 |
| Hex | 6C | 24 | 28 | 0 | 43 | 3F | 3A | 165 | 32 | 1C |
| Octal | 154 | 44 | 50 | 0 | 103 | 77 | 72 | 545 | 62 | 34 |
| Binary | 1101100 | 100100 | 101000 | 0 | 1000011 | 111111 | 111010 | 101100101 | 110010 | 11100 |
Color Harmonies of #6C2428
Complementary color
Monochromatic Colors of #6C2428
Black with #6C2428
Text Example
Text Example
White with #6C2428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2428; }
p { color: rgb(108,36,40); }
H1.HeaderClassName
{
color: #6C2428;
}
.AnyTagClassName
{
color: #6C2428;
}
</style>
background-color css
<style>
a { background-color: #6C2428; }
a { background-color: rgb(108,36,40); }
div.DivClassName
{
background-color: #6C2428;
}
.BgClassName
{
background-color: #6C2428;
}
</style>
border-color css
<style>
span { border-color: #6C2428; }
span { border-color: rgb(108,36,40); }
td.TdClassName
{
border-color: #6C2428;
}
.TagClassName
{
border-color: #6C2428;
}
</style>