#161206

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

Shades of Maire #161206

Tints of Maire #161206

Color information

#161206 (or 0x161206) is unknown color: approx Maire. HEX triplet: 16, 12 and 06. RGB value is (22,18,6). Sum of RGB (Red+Green+Blue) = 22+18+6=46 (6% of max value = 765). Red value is 22 (8.98% from 255 or 47.83% from 46); Green value is 18 (7.42% from 255 or 39.13% from 46); Blue value is 6 (2.73% from 255 or 13.04% from 46); Max value from RGB is 22 - color contains mainly: red. Hex color #161206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161206 is #E9EDF9. Grayscale: #111111. Windows color (decimal): -15330810 or 397846. OLE color: 397846.

HSL color Cylindrical-coordinate representation of color #161206: hue angle of 45º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #161206 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.91.

Color convert

RGB22186-
CMYK00.180.730.91
HSL45º57.14%5.49%-
HSV(B)45º72.73%8.63%-
XYZ0.580.620.26-
YUV17.83121.33130.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 47.83%
GREEN value IS 18 (7.42% from 255) = 39.13%
BLUE value IS 6 (2.73% from 255) = 13.04%
R=47.83%
G=39.13%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2218600.180.730.914557.145.49
Hex16126012495B2d395
Octal2622602211113355715
Binary101101001011001001010010011011011101101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161206; }

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

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

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

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

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

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

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

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