Shades of Monarch #6C2A33
Tints of Monarch #6C2A33
RGB
CMYK
RGB Variations
Color information
#6C2A33 (or 0x6C2A33) is known color: Monarch. HEX triplet: 6C, 2A and 33. RGB value is (108,42,51). Sum of RGB (Red+Green+Blue) = 108+42+51=201 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.73% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2A33 is #93D5CC. Grayscale: #3E3E3E. Windows color (decimal): -9688525 or 3353196. OLE color: 3353196.
HSL color Cylindrical-coordinate representation of color #6C2A33: hue angle of 351.82º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C2A33 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 42 | 51 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.58 |
| HSL | 351.82º | 0.44% | 0.29% | - |
| HSV(B) | 351.82º | 0.61% | 0.42% | - |
| XYZ | 7.61 | 5.08 | 3.71 | - |
| YUV | 62.76 | 121.37 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 42 | 51 | 0 | 0.61 | 0.53 | 0.58 | 351.82 | 0.44 | 0.29 |
| Hex | 6C | 2A | 33 | 0 | 3D | 35 | 3A | 160 | 2C | 1D |
| Octal | 154 | 52 | 63 | 0 | 75 | 65 | 72 | 540 | 54 | 35 |
| Binary | 1101100 | 101010 | 110011 | 0 | 111101 | 110101 | 111010 | 101100000 | 101100 | 11101 |
Color Harmonies of #6C2A33
Complementary color
Monochromatic Colors of #6C2A33
Black with #6C2A33
Text Example
Text Example
White with #6C2A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2A33; }
p { color: rgb(108,42,51); }
H1.HeaderClassName
{
color: #6C2A33;
}
.AnyTagClassName
{
color: #6C2A33;
}
</style>
background-color css
<style>
a { background-color: #6C2A33; }
a { background-color: rgb(108,42,51); }
div.DivClassName
{
background-color: #6C2A33;
}
.BgClassName
{
background-color: #6C2A33;
}
</style>
border-color css
<style>
span { border-color: #6C2A33; }
span { border-color: rgb(108,42,51); }
td.TdClassName
{
border-color: #6C2A33;
}
.TagClassName
{
border-color: #6C2A33;
}
</style>