Shades of Monarch #6D252C
Tints of Monarch #6D252C
RGB
CMYK
RGB Variations
Color information
#6D252C (or 0x6D252C) is known color: Monarch. HEX triplet: 6D, 25 and 2C. RGB value is (109,37,44). Sum of RGB (Red+Green+Blue) = 109+37+44=190 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.37% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 109 - color contains mainly: red. Hex color #6D252C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D252C is #92DAD3. Grayscale: #3B3B3B. Windows color (decimal): -9624276 or 2893165. OLE color: 2893165.
HSL color Cylindrical-coordinate representation of color #6D252C: hue angle of 354.17º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D252C is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 37 | 44 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.57 |
| HSL | 354.17º | 0.49% | 0.29% | - |
| HSV(B) | 354.17º | 0.66% | 0.43% | - |
| XYZ | 7.42 | 4.76 | 2.91 | - |
| YUV | 59.33 | 119.35 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 37 | 44 | 0 | 0.66 | 0.60 | 0.57 | 354.17 | 0.49 | 0.29 |
| Hex | 6D | 25 | 2C | 0 | 42 | 3C | 39 | 162 | 31 | 1D |
| Octal | 155 | 45 | 54 | 0 | 102 | 74 | 71 | 542 | 61 | 35 |
| Binary | 1101101 | 100101 | 101100 | 0 | 1000010 | 111100 | 111001 | 101100010 | 110001 | 11101 |
Color Harmonies of #6D252C
Complementary color
Monochromatic Colors of #6D252C
Black with #6D252C
Text Example
Text Example
White with #6D252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D252C; }
p { color: rgb(109,37,44); }
H1.HeaderClassName
{
color: #6D252C;
}
.AnyTagClassName
{
color: #6D252C;
}
</style>
background-color css
<style>
a { background-color: #6D252C; }
a { background-color: rgb(109,37,44); }
div.DivClassName
{
background-color: #6D252C;
}
.BgClassName
{
background-color: #6D252C;
}
</style>
border-color css
<style>
span { border-color: #6D252C; }
span { border-color: rgb(109,37,44); }
td.TdClassName
{
border-color: #6D252C;
}
.TagClassName
{
border-color: #6D252C;
}
</style>