#101006

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

Shades of Maire #101006

Tints of Maire #101006

Color information

#101006 (or 0x101006) is unknown color: approx Maire. HEX triplet: 10, 10 and 06. RGB value is (16,16,6). Sum of RGB (Red+Green+Blue) = 16+16+6=38 (5% of max value = 765). Red value is 16 (6.64% from 255 or 42.11% from 38); Green value is 16 (6.64% from 255 or 42.11% from 38); Blue value is 6 (2.73% from 255 or 15.79% from 38); Max value from RGB is 16 - color contains mainly: red, green. Hex color #101006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101006 is #EFEFF9. Grayscale: #0E0E0E. Windows color (decimal): -15724538 or 397328. OLE color: 397328.

HSL color Cylindrical-coordinate representation of color #101006: hue angle of 60º degrees, saturation: 0.45, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #101006 is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.94.

Color convert

RGB16166-
CMYK000.620.94
HSL60º45.45%4.31%-
HSV(B)60º62.5%6.27%-
XYZ0.430.490.24-
YUV14.86123128.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 42.11%
GREEN value IS 16 (6.64% from 255) = 42.11%
BLUE value IS 6 (2.73% from 255) = 15.79%
R=42.11%
G=42.11%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal16166000.620.946045.454.31
Hex10106003E5E3c2d4
Octal20206007613674554
Binary1000010000110001111101011110111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101006; }

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

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

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

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

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

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

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

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