Shades of Monarch #6C2831
Tints of Monarch #6C2831
RGB
CMYK
RGB Variations
Color information
#6C2831 (or 0x6C2831) is known color: Monarch. HEX triplet: 6C, 28 and 31. RGB value is (108,40,49). Sum of RGB (Red+Green+Blue) = 108+40+49=197 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.82% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2831 is #93D7CE. Grayscale: #3D3D3D. Windows color (decimal): -9689039 or 3221612. OLE color: 3221612.
HSL color Cylindrical-coordinate representation of color #6C2831: hue angle of 352.06º 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 #6C2831 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 40 | 49 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.58 |
| HSL | 352.06º | 0.46% | 0.29% | - |
| HSV(B) | 352.06º | 0.63% | 0.42% | - |
| XYZ | 7.5 | 4.93 | 3.46 | - |
| YUV | 61.36 | 121.03 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 49 | 0 | 0.63 | 0.55 | 0.58 | 352.06 | 0.46 | 0.29 |
| Hex | 6C | 28 | 31 | 0 | 3F | 37 | 3A | 160 | 2E | 1D |
| Octal | 154 | 50 | 61 | 0 | 77 | 67 | 72 | 540 | 56 | 35 |
| Binary | 1101100 | 101000 | 110001 | 0 | 111111 | 110111 | 111010 | 101100000 | 101110 | 11101 |
Color Harmonies of #6C2831
Complementary color
Monochromatic Colors of #6C2831
Black with #6C2831
Text Example
Text Example
White with #6C2831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2831; }
p { color: rgb(108,40,49); }
H1.HeaderClassName
{
color: #6C2831;
}
.AnyTagClassName
{
color: #6C2831;
}
</style>
background-color css
<style>
a { background-color: #6C2831; }
a { background-color: rgb(108,40,49); }
div.DivClassName
{
background-color: #6C2831;
}
.BgClassName
{
background-color: #6C2831;
}
</style>
border-color css
<style>
span { border-color: #6C2831; }
span { border-color: rgb(108,40,49); }
td.TdClassName
{
border-color: #6C2831;
}
.TagClassName
{
border-color: #6C2831;
}
</style>