#161506

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

Shades of Maire #161506

Tints of Maire #161506

Color information

#161506 (or 0x161506) is unknown color: approx Maire. HEX triplet: 16, 15 and 06. RGB value is (22,21,6). Sum of RGB (Red+Green+Blue) = 22+21+6=49 (6% of max value = 765). Red value is 22 (8.98% from 255 or 44.90% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 6 (2.73% from 255 or 12.24% from 49); Max value from RGB is 22 - color contains mainly: red. Hex color #161506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161506 is #E9EAF9. Grayscale: #131313. Windows color (decimal): -15330042 or 398614. OLE color: 398614.

HSL color Cylindrical-coordinate representation of color #161506: hue angle of 56.25º 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 #161506 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.91.

Color convert

RGB22216-
CMYK00.050.730.91
HSL56.25º57.14%5.49%-
HSV(B)56.25º72.73%8.63%-
XYZ0.630.720.28-
YUV19.59120.33129.72-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 44.90%
GREEN value IS 21 (8.59% from 255) = 42.86%
BLUE value IS 6 (2.73% from 255) = 12.24%
R=44.90%
G=42.86%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2221600.050.730.9156.2557.145.49
Hex1615605495B38395
Octal262560511113370715
Binary1011010101110010110010011011011111000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161506; }

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

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

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

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

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

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

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

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