#161306

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

Shades of Maire #161306

Tints of Maire #161306

Color information

#161306 (or 0x161306) is unknown color: approx Maire. HEX triplet: 16, 13 and 06. RGB value is (22,19,6). Sum of RGB (Red+Green+Blue) = 22+19+6=47 (6% of max value = 765). Red value is 22 (8.98% from 255 or 46.81% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 6 (2.73% from 255 or 12.77% from 47); Max value from RGB is 22 - color contains mainly: red. Hex color #161306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161306 is #E9ECF9. Grayscale: #121212. Windows color (decimal): -15330554 or 398102. OLE color: 398102.

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

Color convert

RGB22196-
CMYK00.140.730.91
HSL48.75º57.14%5.49%-
HSV(B)48.75º72.73%8.63%-
XYZ0.60.650.27-
YUV18.42120.99130.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 46.81%
GREEN value IS 19 (7.81% from 255) = 40.43%
BLUE value IS 6 (2.73% from 255) = 12.77%
R=46.81%
G=40.43%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2219600.140.730.9148.7557.145.49
Hex161360E495B31395
Octal2623601611113361715
Binary10110100111100111010010011011011110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161306; }

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

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

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

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

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

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

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

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