Shades of Monarch #6C2832
Tints of Monarch #6C2832
RGB
CMYK
RGB Variations
Color information
#6C2832 (or 0x6C2832) is known color: Monarch. HEX triplet: 6C, 28 and 32. RGB value is (108,40,50). Sum of RGB (Red+Green+Blue) = 108+40+50=198 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.55% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2832 is #93D7CD. Grayscale: #3D3D3D. Windows color (decimal): -9689038 or 3287148. OLE color: 3287148.
HSL color Cylindrical-coordinate representation of color #6C2832: hue angle of 351.18º 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 #6C2832 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 40 | 50 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.58 |
| HSL | 351.18º | 0.46% | 0.29% | - |
| HSV(B) | 351.18º | 0.63% | 0.42% | - |
| XYZ | 7.52 | 4.94 | 3.57 | - |
| YUV | 61.47 | 121.53 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 50 | 0 | 0.63 | 0.54 | 0.58 | 351.18 | 0.46 | 0.29 |
| Hex | 6C | 28 | 32 | 0 | 3F | 36 | 3A | 15F | 2E | 1D |
| Octal | 154 | 50 | 62 | 0 | 77 | 66 | 72 | 537 | 56 | 35 |
| Binary | 1101100 | 101000 | 110010 | 0 | 111111 | 110110 | 111010 | 101011111 | 101110 | 11101 |
Color Harmonies of #6C2832
Complementary color
Monochromatic Colors of #6C2832
Black with #6C2832
Text Example
Text Example
White with #6C2832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2832; }
p { color: rgb(108,40,50); }
H1.HeaderClassName
{
color: #6C2832;
}
.AnyTagClassName
{
color: #6C2832;
}
</style>
background-color css
<style>
a { background-color: #6C2832; }
a { background-color: rgb(108,40,50); }
div.DivClassName
{
background-color: #6C2832;
}
.BgClassName
{
background-color: #6C2832;
}
</style>
border-color css
<style>
span { border-color: #6C2832; }
span { border-color: rgb(108,40,50); }
td.TdClassName
{
border-color: #6C2832;
}
.TagClassName
{
border-color: #6C2832;
}
</style>