Html Css Color HEX #101006 Maire

📋 copy color: '#101006'

red 16 ◦ green 16 ◦ blue 6

#101006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #101006

Tints of Maire #101006

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 value IS 0

 M value IS 0

 Y value IS 0.62

 K value IS 0.94

RGB Variations

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

Color information

#101006 (or 0x101006) is known color: 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

RGB 16 16 6 -
CMYK 0 0 0.62 0.94
HSL 60º 0.45% 0.04% -
HSV(B) 60º 0.63% 0.06% -
XYZ 0.43 0.49 0.24 -
YUV 14.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 16 16 6 0 0 0.62 0.94 60 0.45 0.04
Hex 10 10 6 0 0 3E 5E 3C 2D 4
Octal 20 20 6 0 0 76 136 74 55 4
Binary 10000 10000 110 0 0 111110 1011110 111100 101101 100

Color Harmonies of #101006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101006

Black with #101006

Text Example


Text Example

White with #101006

Text Example


Text Example

HTML Codes & Css Web 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>