Shades of Monarch #6B242D
Tints of Monarch #6B242D
RGB
CMYK
RGB Variations
Color information
#6B242D (or 0x6B242D) is known color: Monarch. HEX triplet: 6B, 24 and 2D. RGB value is (107,36,45). Sum of RGB (Red+Green+Blue) = 107+36+45=188 (24% of max value = 765). Red value is 107 (42.19% from 255 or 56.91% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 107 - color contains mainly: red. Hex color #6B242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B242D is #94DBD2. Grayscale: #3A3A3A. Windows color (decimal): -9755603 or 2958443. OLE color: 2958443.
HSL color Cylindrical-coordinate representation of color #6B242D: hue angle of 352.39º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B242D is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 36 | 45 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.58 |
| HSL | 352.39º | 0.5% | 0.28% | - |
| HSV(B) | 352.39º | 0.66% | 0.42% | - |
| XYZ | 7.17 | 4.58 | 2.99 | - |
| YUV | 58.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 45 | 0 | 0.66 | 0.58 | 0.58 | 352.39 | 0.5 | 0.28 |
| Hex | 6B | 24 | 2D | 0 | 42 | 3A | 3A | 160 | 32 | 1C |
| Octal | 153 | 44 | 55 | 0 | 102 | 72 | 72 | 540 | 62 | 34 |
| Binary | 1101011 | 100100 | 101101 | 0 | 1000010 | 111010 | 111010 | 101100000 | 110010 | 11100 |
Color Harmonies of #6B242D
Complementary color
Monochromatic Colors of #6B242D
Black with #6B242D
Text Example
Text Example
White with #6B242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B242D; }
p { color: rgb(107,36,45); }
H1.HeaderClassName
{
color: #6B242D;
}
.AnyTagClassName
{
color: #6B242D;
}
</style>
background-color css
<style>
a { background-color: #6B242D; }
a { background-color: rgb(107,36,45); }
div.DivClassName
{
background-color: #6B242D;
}
.BgClassName
{
background-color: #6B242D;
}
</style>
border-color css
<style>
span { border-color: #6B242D; }
span { border-color: rgb(107,36,45); }
td.TdClassName
{
border-color: #6B242D;
}
.TagClassName
{
border-color: #6B242D;
}
</style>