Shades of Monarch #6A252A
Tints of Monarch #6A252A
RGB
CMYK
RGB Variations
Color information
#6A252A (or 0x6A252A) is known color: Monarch. HEX triplet: 6A, 25 and 2A. RGB value is (106,37,42). Sum of RGB (Red+Green+Blue) = 106+37+42=185 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.30% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 106 - color contains mainly: red. Hex color #6A252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A252A is #95DAD5. Grayscale: #3A3A3A. Windows color (decimal): -9820886 or 2762090. OLE color: 2762090.
HSL color Cylindrical-coordinate representation of color #6A252A: hue angle of 355.65º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A252A is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 37 | 42 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.58 |
| HSL | 355.65º | 0.48% | 0.28% | - |
| HSV(B) | 355.65º | 0.65% | 0.42% | - |
| XYZ | 7.02 | 4.55 | 2.7 | - |
| YUV | 58.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 37 | 42 | 0 | 0.65 | 0.60 | 0.58 | 355.65 | 0.48 | 0.28 |
| Hex | 6A | 25 | 2A | 0 | 41 | 3C | 3A | 164 | 30 | 1C |
| Octal | 152 | 45 | 52 | 0 | 101 | 74 | 72 | 544 | 60 | 34 |
| Binary | 1101010 | 100101 | 101010 | 0 | 1000001 | 111100 | 111010 | 101100100 | 110000 | 11100 |
Color Harmonies of #6A252A
Complementary color
Monochromatic Colors of #6A252A
Black with #6A252A
Text Example
Text Example
White with #6A252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A252A; }
p { color: rgb(106,37,42); }
H1.HeaderClassName
{
color: #6A252A;
}
.AnyTagClassName
{
color: #6A252A;
}
</style>
background-color css
<style>
a { background-color: #6A252A; }
a { background-color: rgb(106,37,42); }
div.DivClassName
{
background-color: #6A252A;
}
.BgClassName
{
background-color: #6A252A;
}
</style>
border-color css
<style>
span { border-color: #6A252A; }
span { border-color: rgb(106,37,42); }
td.TdClassName
{
border-color: #6A252A;
}
.TagClassName
{
border-color: #6A252A;
}
</style>