Shades of Monarch #6C2628
Tints of Monarch #6C2628
RGB
CMYK
RGB Variations
Color information
#6C2628 (or 0x6C2628) is known color: Monarch. HEX triplet: 6C, 26 and 28. RGB value is (108,38,40). Sum of RGB (Red+Green+Blue) = 108+38+40=186 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.06% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2628 is #93D9D7. Grayscale: #3B3B3B. Windows color (decimal): -9689560 or 2631276. OLE color: 2631276.
HSL color Cylindrical-coordinate representation of color #6C2628: hue angle of 358.29º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C2628 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 38 | 40 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.58 |
| HSL | 358.29º | 0.48% | 0.29% | - |
| HSV(B) | 358.29º | 0.65% | 0.42% | - |
| XYZ | 7.26 | 4.73 | 2.54 | - |
| YUV | 59.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 38 | 40 | 0 | 0.65 | 0.63 | 0.58 | 358.29 | 0.48 | 0.29 |
| Hex | 6C | 26 | 28 | 0 | 41 | 3F | 3A | 166 | 30 | 1D |
| Octal | 154 | 46 | 50 | 0 | 101 | 77 | 72 | 546 | 60 | 35 |
| Binary | 1101100 | 100110 | 101000 | 0 | 1000001 | 111111 | 111010 | 101100110 | 110000 | 11101 |
Color Harmonies of #6C2628
Complementary color
Monochromatic Colors of #6C2628
Black with #6C2628
Text Example
Text Example
White with #6C2628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2628; }
p { color: rgb(108,38,40); }
H1.HeaderClassName
{
color: #6C2628;
}
.AnyTagClassName
{
color: #6C2628;
}
</style>
background-color css
<style>
a { background-color: #6C2628; }
a { background-color: rgb(108,38,40); }
div.DivClassName
{
background-color: #6C2628;
}
.BgClassName
{
background-color: #6C2628;
}
</style>
border-color css
<style>
span { border-color: #6C2628; }
span { border-color: rgb(108,38,40); }
td.TdClassName
{
border-color: #6C2628;
}
.TagClassName
{
border-color: #6C2628;
}
</style>