Shades of Monarch #6B2429
Tints of Monarch #6B2429
RGB
CMYK
RGB Variations
Color information
#6B2429 (or 0x6B2429) is known color: Monarch. HEX triplet: 6B, 24 and 29. RGB value is (107,36,41). Sum of RGB (Red+Green+Blue) = 107+36+41=184 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.15% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2429 is #94DBD6. Grayscale: #393939. Windows color (decimal): -9755607 or 2696299. OLE color: 2696299.
HSL color Cylindrical-coordinate representation of color #6B2429: hue angle of 355.77º 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 #6B2429 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 36 | 41 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.58 |
| HSL | 355.77º | 0.5% | 0.28% | - |
| HSV(B) | 355.77º | 0.66% | 0.42% | - |
| XYZ | 7.09 | 4.55 | 2.6 | - |
| YUV | 57.8 | 118.52 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 36 | 41 | 0 | 0.66 | 0.62 | 0.58 | 355.77 | 0.5 | 0.28 |
| Hex | 6B | 24 | 29 | 0 | 42 | 3E | 3A | 164 | 32 | 1C |
| Octal | 153 | 44 | 51 | 0 | 102 | 76 | 72 | 544 | 62 | 34 |
| Binary | 1101011 | 100100 | 101001 | 0 | 1000010 | 111110 | 111010 | 101100100 | 110010 | 11100 |
Color Harmonies of #6B2429
Complementary color
Monochromatic Colors of #6B2429
Black with #6B2429
Text Example
Text Example
White with #6B2429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2429; }
p { color: rgb(107,36,41); }
H1.HeaderClassName
{
color: #6B2429;
}
.AnyTagClassName
{
color: #6B2429;
}
</style>
background-color css
<style>
a { background-color: #6B2429; }
a { background-color: rgb(107,36,41); }
div.DivClassName
{
background-color: #6B2429;
}
.BgClassName
{
background-color: #6B2429;
}
</style>
border-color css
<style>
span { border-color: #6B2429; }
span { border-color: rgb(107,36,41); }
td.TdClassName
{
border-color: #6B2429;
}
.TagClassName
{
border-color: #6B2429;
}
</style>