Shades of Monarch #6D2832
Tints of Monarch #6D2832
RGB
CMYK
RGB Variations
Color information
#6D2832 (or 0x6D2832) is known color: Monarch. HEX triplet: 6D, 28 and 32. RGB value is (109,40,50). Sum of RGB (Red+Green+Blue) = 109+40+50=199 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.77% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2832 is #92D7CD. Grayscale: #3D3D3D. Windows color (decimal): -9623502 or 3287149. OLE color: 3287149.
HSL color Cylindrical-coordinate representation of color #6D2832: hue angle of 351.3º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D2832 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 40 | 50 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.57 |
| HSL | 351.3º | 0.46% | 0.29% | - |
| HSV(B) | 351.3º | 0.63% | 0.43% | - |
| XYZ | 7.64 | 5 | 3.58 | - |
| YUV | 61.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 40 | 50 | 0 | 0.63 | 0.54 | 0.57 | 351.3 | 0.46 | 0.29 |
| Hex | 6D | 28 | 32 | 0 | 3F | 36 | 39 | 15F | 2E | 1D |
| Octal | 155 | 50 | 62 | 0 | 77 | 66 | 71 | 537 | 56 | 35 |
| Binary | 1101101 | 101000 | 110010 | 0 | 111111 | 110110 | 111001 | 101011111 | 101110 | 11101 |
Color Harmonies of #6D2832
Complementary color
Monochromatic Colors of #6D2832
Black with #6D2832
Text Example
Text Example
White with #6D2832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2832; }
p { color: rgb(109,40,50); }
H1.HeaderClassName
{
color: #6D2832;
}
.AnyTagClassName
{
color: #6D2832;
}
</style>
background-color css
<style>
a { background-color: #6D2832; }
a { background-color: rgb(109,40,50); }
div.DivClassName
{
background-color: #6D2832;
}
.BgClassName
{
background-color: #6D2832;
}
</style>
border-color css
<style>
span { border-color: #6D2832; }
span { border-color: rgb(109,40,50); }
td.TdClassName
{
border-color: #6D2832;
}
.TagClassName
{
border-color: #6D2832;
}
</style>