#141106

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

Shades of Maire #141106

Tints of Maire #141106

Color information

#141106 (or 0x141106) is unknown color: approx Maire. HEX triplet: 14, 11 and 06. RGB value is (20,17,6). Sum of RGB (Red+Green+Blue) = 20+17+6=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 20 - color contains mainly: red. Hex color #141106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141106 is #EBEEF9. Grayscale: #101010. Windows color (decimal): -15462138 or 397588. OLE color: 397588.

HSL color Cylindrical-coordinate representation of color #141106: hue angle of 47.14º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #141106 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.92.

Color convert

RGB20176-
CMYK00.150.700.92
HSL47.14º53.85%5.1%-
HSV(B)47.14º70%7.84%-
XYZ0.520.560.25-
YUV16.64121.99130.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 46.51%
GREEN value IS 17 (7.03% from 255) = 39.53%
BLUE value IS 6 (2.73% from 255) = 13.95%
R=46.51%
G=39.53%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2017600.150.700.9247.1453.855.1
Hex141160F465C2f365
Octal2421601710613457665
Binary10100100011100111110001101011100101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141106; }

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

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

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

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

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

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

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

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