Shades of Monarch #6A2930
Tints of Monarch #6A2930
RGB
CMYK
RGB Variations
Color information
#6A2930 (or 0x6A2930) is known color: Monarch. HEX triplet: 6A, 29 and 30. RGB value is (106,41,48). Sum of RGB (Red+Green+Blue) = 106+41+48=195 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.36% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2930 is #95D6CF. Grayscale: #3D3D3D. Windows color (decimal): -9819856 or 3156330. OLE color: 3156330.
HSL color Cylindrical-coordinate representation of color #6A2930: hue angle of 353.54º 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 #6A2930 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 41 | 48 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.58 |
| HSL | 353.54º | 0.44% | 0.29% | - |
| HSV(B) | 353.54º | 0.61% | 0.42% | - |
| XYZ | 7.27 | 4.86 | 3.35 | - |
| YUV | 61.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 41 | 48 | 0 | 0.61 | 0.55 | 0.58 | 353.54 | 0.44 | 0.29 |
| Hex | 6A | 29 | 30 | 0 | 3D | 37 | 3A | 162 | 2C | 1D |
| Octal | 152 | 51 | 60 | 0 | 75 | 67 | 72 | 542 | 54 | 35 |
| Binary | 1101010 | 101001 | 110000 | 0 | 111101 | 110111 | 111010 | 101100010 | 101100 | 11101 |
Color Harmonies of #6A2930
Complementary color
Monochromatic Colors of #6A2930
Black with #6A2930
Text Example
Text Example
White with #6A2930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2930; }
p { color: rgb(106,41,48); }
H1.HeaderClassName
{
color: #6A2930;
}
.AnyTagClassName
{
color: #6A2930;
}
</style>
background-color css
<style>
a { background-color: #6A2930; }
a { background-color: rgb(106,41,48); }
div.DivClassName
{
background-color: #6A2930;
}
.BgClassName
{
background-color: #6A2930;
}
</style>
border-color css
<style>
span { border-color: #6A2930; }
span { border-color: rgb(106,41,48); }
td.TdClassName
{
border-color: #6A2930;
}
.TagClassName
{
border-color: #6A2930;
}
</style>