Shades of Maire #120E06
Tints of Maire #120E06
RGB
CMYK
RGB Variations
Color information
#120E06 (or 0x120E06) is known color: Maire. HEX triplet: 12, 0E and 06. RGB value is (18,14,6). Sum of RGB (Red+Green+Blue) = 18+14+6=38 (5% of max value = 765). Red value is 18 (7.42% from 255 or 47.37% from 38); Green value is 14 (5.86% from 255 or 36.84% from 38); Blue value is 6 (2.73% from 255 or 15.79% from 38); Max value from RGB is 18 - color contains mainly: red. Hex color #120E06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E06 is #EDF1F9. Grayscale: #0E0E0E. Windows color (decimal): -15593978 or 396818. OLE color: 396818.
HSL color Cylindrical-coordinate representation of color #120E06: hue angle of 40º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #120E06 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 14 | 6 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.93 |
| HSL | 40º | 0.5% | 0.05% | - |
| HSV(B) | 40º | 0.67% | 0.07% | - |
| XYZ | 0.44 | 0.46 | 0.24 | - |
| YUV | 14.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 14 | 6 | 0 | 0.22 | 0.67 | 0.93 | 40 | 0.5 | 0.05 |
| Hex | 12 | E | 6 | 0 | 16 | 43 | 5D | 28 | 32 | 5 |
| Octal | 22 | 16 | 6 | 0 | 26 | 103 | 135 | 50 | 62 | 5 |
| Binary | 10010 | 1110 | 110 | 0 | 10110 | 1000011 | 1011101 | 101000 | 110010 | 101 |
Color Harmonies of #120E06
Complementary color
Monochromatic Colors of #120E06
Black with #120E06
Text Example
Text Example
White with #120E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120E06; }
p { color: rgb(18,14,6); }
H1.HeaderClassName
{
color: #120E06;
}
.AnyTagClassName
{
color: #120E06;
}
</style>
background-color css
<style>
a { background-color: #120E06; }
a { background-color: rgb(18,14,6); }
div.DivClassName
{
background-color: #120E06;
}
.BgClassName
{
background-color: #120E06;
}
</style>
border-color css
<style>
span { border-color: #120E06; }
span { border-color: rgb(18,14,6); }
td.TdClassName
{
border-color: #120E06;
}
.TagClassName
{
border-color: #120E06;
}
</style>