Shades of Maire #100E06
Tints of Maire #100E06
RGB
CMYK
RGB Variations
Color information
#100E06 (or 0x100E06) is known color: Maire. HEX triplet: 10, 0E and 06. RGB value is (16,14,6). Sum of RGB (Red+Green+Blue) = 16+14+6=36 (4% of max value = 765). Red value is 16 (6.64% from 255 or 44.44% from 36); Green value is 14 (5.86% from 255 or 38.89% from 36); Blue value is 6 (2.73% from 255 or 16.67% from 36); Max value from RGB is 16 - color contains mainly: red. Hex color #100E06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100E06 is #EFF1F9. Grayscale: #0D0D0D. Windows color (decimal): -15725050 or 396816. OLE color: 396816.
HSL color Cylindrical-coordinate representation of color #100E06: hue angle of 48º degrees, saturation: 0.45, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #100E06 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 14 | 6 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.94 |
| HSL | 48º | 0.45% | 0.04% | - |
| HSV(B) | 48º | 0.63% | 0.06% | - |
| XYZ | 0.4 | 0.44 | 0.24 | - |
| YUV | 13.69 | 123.66 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 6 | 0 | 0.13 | 0.62 | 0.94 | 48 | 0.45 | 0.04 |
| Hex | 10 | E | 6 | 0 | D | 3E | 5E | 30 | 2D | 4 |
| Octal | 20 | 16 | 6 | 0 | 15 | 76 | 136 | 60 | 55 | 4 |
| Binary | 10000 | 1110 | 110 | 0 | 1101 | 111110 | 1011110 | 110000 | 101101 | 100 |
Color Harmonies of #100E06
Complementary color
Monochromatic Colors of #100E06
Black with #100E06
Text Example
Text Example
White with #100E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100E06; }
p { color: rgb(16,14,6); }
H1.HeaderClassName
{
color: #100E06;
}
.AnyTagClassName
{
color: #100E06;
}
</style>
background-color css
<style>
a { background-color: #100E06; }
a { background-color: rgb(16,14,6); }
div.DivClassName
{
background-color: #100E06;
}
.BgClassName
{
background-color: #100E06;
}
</style>
border-color css
<style>
span { border-color: #100E06; }
span { border-color: rgb(16,14,6); }
td.TdClassName
{
border-color: #100E06;
}
.TagClassName
{
border-color: #100E06;
}
</style>