#100F06

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

Shades of Maire #100F06

Tints of Maire #100F06

Color information

#100F06 (or 0x100F06) is unknown color: approx Maire. HEX triplet: 10, 0F and 06. RGB value is (16,15,6). Sum of RGB (Red+Green+Blue) = 16+15+6=37 (4% of max value = 765). Red value is 16 (6.64% from 255 or 43.24% from 37); Green value is 15 (6.25% from 255 or 40.54% from 37); Blue value is 6 (2.73% from 255 or 16.22% from 37); Max value from RGB is 16 - color contains mainly: red. Hex color #100F06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F06 is #EFF0F9. Grayscale: #0E0E0E. Windows color (decimal): -15724794 or 397072. OLE color: 397072.

HSL color Cylindrical-coordinate representation of color #100F06: hue angle of 54º 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 #100F06 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.94.

Color convert

RGB16156-
CMYK00.060.620.94
HSL54º45.45%4.31%-
HSV(B)54º62.5%6.27%-
XYZ0.420.460.24-
YUV14.27123.33129.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 43.24%
GREEN value IS 15 (6.25% from 255) = 40.54%
BLUE value IS 6 (2.73% from 255) = 16.22%
R=43.24%
G=40.54%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1615600.060.620.945445.454.31
Hex10F6063E5E362d4
Octal20176067613666554
Binary10000111111001101111101011110110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100F06; }

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

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

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

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

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

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

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

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