Shades of Maire #101106
Tints of Maire #101106
RGB
CMYK
RGB Variations
Color information
#101106 (or 0x101106) is known color: Maire. HEX triplet: 10, 11 and 06. RGB value is (16,17,6). Sum of RGB (Red+Green+Blue) = 16+17+6=39 (5% of max value = 765). Red value is 16 (6.64% from 255 or 41.03% from 39); Green value is 17 (7.03% from 255 or 43.59% from 39); Blue value is 6 (2.73% from 255 or 15.38% from 39); Max value from RGB is 17 - color contains mainly: green. Hex color #101106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101106 is #EFEEF9. Grayscale: #0F0F0F. Windows color (decimal): -15724282 or 397584. OLE color: 397584.
HSL color Cylindrical-coordinate representation of color #101106: hue angle of 65.45º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #101106 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 16 | 17 | 6 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.93 |
| HSL | 65.45º | 0.48% | 0.05% | - |
| HSV(B) | 65.45º | 0.65% | 0.07% | - |
| XYZ | 0.45 | 0.52 | 0.25 | - |
| YUV | 15.45 | 122.67 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 6 | 0.06 | 0 | 0.65 | 0.93 | 65.45 | 0.48 | 0.05 |
| Hex | 10 | 11 | 6 | 6 | 0 | 41 | 5D | 41 | 30 | 5 |
| Octal | 20 | 21 | 6 | 6 | 0 | 101 | 135 | 101 | 60 | 5 |
| Binary | 10000 | 10001 | 110 | 110 | 0 | 1000001 | 1011101 | 1000001 | 110000 | 101 |
Color Harmonies of #101106
Complementary color
Monochromatic Colors of #101106
Black with #101106
Text Example
Text Example
White with #101106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101106; }
p { color: rgb(16,17,6); }
H1.HeaderClassName
{
color: #101106;
}
.AnyTagClassName
{
color: #101106;
}
</style>
background-color css
<style>
a { background-color: #101106; }
a { background-color: rgb(16,17,6); }
div.DivClassName
{
background-color: #101106;
}
.BgClassName
{
background-color: #101106;
}
</style>
border-color css
<style>
span { border-color: #101106; }
span { border-color: rgb(16,17,6); }
td.TdClassName
{
border-color: #101106;
}
.TagClassName
{
border-color: #101106;
}
</style>