#141006

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

Shades of Maire #141006

Tints of Maire #141006

Color information

#141006 (or 0x141006) is unknown color: approx Maire. HEX triplet: 14, 10 and 06. RGB value is (20,16,6). Sum of RGB (Red+Green+Blue) = 20+16+6=42 (5% of max value = 765). Red value is 20 (8.20% from 255 or 47.62% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 6 (2.73% from 255 or 14.29% from 42); Max value from RGB is 20 - color contains mainly: red. Hex color #141006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141006 is #EBEFF9. Grayscale: #101010. Windows color (decimal): -15462394 or 397332. OLE color: 397332.

HSL color Cylindrical-coordinate representation of color #141006: hue angle of 42.86º 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 #141006 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.92.

Color convert

RGB20166-
CMYK00.200.700.92
HSL42.86º53.85%5.1%-
HSV(B)42.86º70%7.84%-
XYZ0.510.530.25-
YUV16.06122.33130.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 47.62%
GREEN value IS 16 (6.64% from 255) = 38.10%
BLUE value IS 6 (2.73% from 255) = 14.29%
R=47.62%
G=38.10%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2016600.200.700.9242.8653.855.1
Hex14106014465C2b365
Octal2420602410613453665
Binary101001000011001010010001101011100101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141006; }

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

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

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

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

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

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

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

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