Shades of Monarch #6A292F
Tints of Monarch #6A292F
RGB
CMYK
RGB Variations
Color information
#6A292F (or 0x6A292F) is known color: Monarch. HEX triplet: 6A, 29 and 2F. RGB value is (106,41,47). Sum of RGB (Red+Green+Blue) = 106+41+47=194 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.64% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 106 - color contains mainly: red. Hex color #6A292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A292F is #95D6D0. Grayscale: #3D3D3D. Windows color (decimal): -9819857 or 3090794. OLE color: 3090794.
HSL color Cylindrical-coordinate representation of color #6A292F: hue angle of 354.46º 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 #6A292F is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 41 | 47 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.58 |
| HSL | 354.46º | 0.44% | 0.29% | - |
| HSV(B) | 354.46º | 0.61% | 0.42% | - |
| XYZ | 7.25 | 4.86 | 3.24 | - |
| YUV | 61.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 41 | 47 | 0 | 0.61 | 0.56 | 0.58 | 354.46 | 0.44 | 0.29 |
| Hex | 6A | 29 | 2F | 0 | 3D | 38 | 3A | 162 | 2C | 1D |
| Octal | 152 | 51 | 57 | 0 | 75 | 70 | 72 | 542 | 54 | 35 |
| Binary | 1101010 | 101001 | 101111 | 0 | 111101 | 111000 | 111010 | 101100010 | 101100 | 11101 |
Color Harmonies of #6A292F
Complementary color
Monochromatic Colors of #6A292F
Black with #6A292F
Text Example
Text Example
White with #6A292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A292F; }
p { color: rgb(106,41,47); }
H1.HeaderClassName
{
color: #6A292F;
}
.AnyTagClassName
{
color: #6A292F;
}
</style>
background-color css
<style>
a { background-color: #6A292F; }
a { background-color: rgb(106,41,47); }
div.DivClassName
{
background-color: #6A292F;
}
.BgClassName
{
background-color: #6A292F;
}
</style>
border-color css
<style>
span { border-color: #6A292F; }
span { border-color: rgb(106,41,47); }
td.TdClassName
{
border-color: #6A292F;
}
.TagClassName
{
border-color: #6A292F;
}
</style>