Shades of Monarch #6C2526
Tints of Monarch #6C2526
RGB
CMYK
RGB Variations
Color information
#6C2526 (or 0x6C2526) is known color: Monarch. HEX triplet: 6C, 25 and 26. RGB value is (108,37,38). Sum of RGB (Red+Green+Blue) = 108+37+38=183 (24% of max value = 765). Red value is 108 (42.58% from 255 or 59.02% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2526 is #93DAD9. Grayscale: #3A3A3A. Windows color (decimal): -9689818 or 2499948. OLE color: 2499948.
HSL color Cylindrical-coordinate representation of color #6C2526: hue angle of 359.15º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C2526 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 37 | 38 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.58 |
| HSL | 359.15º | 0.49% | 0.28% | - |
| HSV(B) | 359.15º | 0.66% | 0.42% | - |
| XYZ | 7.2 | 4.65 | 2.35 | - |
| YUV | 58.34 | 116.52 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 37 | 38 | 0 | 0.66 | 0.65 | 0.58 | 359.15 | 0.49 | 0.28 |
| Hex | 6C | 25 | 26 | 0 | 42 | 41 | 3A | 167 | 31 | 1C |
| Octal | 154 | 45 | 46 | 0 | 102 | 101 | 72 | 547 | 61 | 34 |
| Binary | 1101100 | 100101 | 100110 | 0 | 1000010 | 1000001 | 111010 | 101100111 | 110001 | 11100 |
Color Harmonies of #6C2526
Complementary color
Monochromatic Colors of #6C2526
Black with #6C2526
Text Example
Text Example
White with #6C2526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2526; }
p { color: rgb(108,37,38); }
H1.HeaderClassName
{
color: #6C2526;
}
.AnyTagClassName
{
color: #6C2526;
}
</style>
background-color css
<style>
a { background-color: #6C2526; }
a { background-color: rgb(108,37,38); }
div.DivClassName
{
background-color: #6C2526;
}
.BgClassName
{
background-color: #6C2526;
}
</style>
border-color css
<style>
span { border-color: #6C2526; }
span { border-color: rgb(108,37,38); }
td.TdClassName
{
border-color: #6C2526;
}
.TagClassName
{
border-color: #6C2526;
}
</style>