Html Css Color HEX #100D06 Maire

📋 copy color: '#100D06'

red 16 ◦ green 13 ◦ blue 6

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

Shades of Maire #100D06

Tints of Maire #100D06

RGB

 RED value IS 16 (6.64% from 255) = 45.71%

 GREEN value IS 13 (5.47% from 255) = 37.14%

 BLUE value IS 6 (2.73% from 255) = 17.14%

R = 45.71%
G = 37.14%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.94

RGB Variations

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

Color information

#100D06 (or 0x100D06) is known color: Maire. HEX triplet: 10, 0D and 06. RGB value is (16,13,6). Sum of RGB (Red+Green+Blue) = 16+13+6=35 (4% of max value = 765). Red value is 16 (6.64% from 255 or 45.71% from 35); Green value is 13 (5.47% from 255 or 37.14% from 35); Blue value is 6 (2.73% from 255 or 17.14% from 35); Max value from RGB is 16 - color contains mainly: red. Hex color #100D06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100D06 is #EFF2F9. Grayscale: #0D0D0D. Windows color (decimal): -15725306 or 396560. OLE color: 396560.

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

Color convert

RGB 16 13 6 -
CMYK 0 0.19 0.62 0.94
HSL 42º 0.45% 0.04% -
HSV(B) 42º 0.63% 0.06% -
XYZ 0.39 0.41 0.23 -
YUV 13.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 16 13 6 0 0.19 0.62 0.94 42 0.45 0.04
Hex 10 D 6 0 13 3E 5E 2A 2D 4
Octal 20 15 6 0 23 76 136 52 55 4
Binary 10000 1101 110 0 10011 111110 1011110 101010 101101 100

Color Harmonies of #100D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100D06

Black with #100D06

Text Example


Text Example

White with #100D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #100D06;
 }
 .AnyTagClassName
 {
   color: #100D06;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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