#111206

Color #111206 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #111206

Tints of Maire #111206

Color information

#111206 (or 0x111206) is unknown color: approx Maire. HEX triplet: 11, 12 and 06. RGB value is (17,18,6). Sum of RGB (Red+Green+Blue) = 17+18+6=41 (5% of max value = 765). Red value is 17 (7.03% from 255 or 41.46% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 6 (2.73% from 255 or 14.63% from 41); Max value from RGB is 18 - color contains mainly: green. Hex color #111206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111206 is #EEEDF9. Grayscale: #101010. Windows color (decimal): -15658490 or 397841. OLE color: 397841.

HSL color Cylindrical-coordinate representation of color #111206: hue angle of 65º 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 #111206 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.93.

Color convert

RGB17186-
CMYK0.0600.670.93
HSL65º50%4.71%-
HSV(B)65º66.67%7.06%-
XYZ0.480.560.26-
YUV16.33122.17128.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 41.46%
GREEN value IS 18 (7.42% from 255) = 43.90%
BLUE value IS 6 (2.73% from 255) = 14.63%
R=41.46%
G=43.90%
B=14.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal171860.0600.670.9365504.71
Hex1112660435D41325
Octal2122660103135101625
Binary10001100101101100100001110111011000001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111206; }

 p { color: rgb(17,18,6); }

 H1.HeaderClassName
 {
   color: #111206;
 }
 .AnyTagClassName
 {
   color: #111206;
 }
</style>
background-color css

<style>
 a { background-color: #111206; }

 a { background-color: rgb(17,18,6); }

 div.DivClassName
 {
   background-color: #111206;
 }
 .BgClassName
 {
   background-color: #111206;
 }
</style>
border-color css

<style>
 span { border-color: #111206; }

 span { border-color: rgb(17,18,6); }

 td.TdClassName
 {
   border-color: #111206;
 }
 .TagClassName
 {
   border-color: #111206;
 }
</style>