Color Hex Logo

#411006 Color Hex

#411006
(65,16,6)
0 Favorites   0 Comments

Color spaces of #411006

RGB 65166
HSL0.030.830.14
HSV10°91°25°
CMYK 0.000.750.91   0.75
XYZ2.39811.50750.3369
Yxy1.50750.56530.3553
Hunter Lab12.278013.37746.9677
CIE-Lab12.655723.133417.0013

#411006 color RGB value is (65,16,6).

#411006 hex color red value is 65, green value is 16 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #411006 hue: 0.03 , saturation: 0.83 and the lightness value of 411006 is 0.14.

The process color (four color CMYK) of #411006 color hex is 0.00, 0.75, 0.91, 0.75. Web safe color of #411006 is #330000. Color #411006 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00010000 00000110
Octal 101 20 6
Decimal 65 16 6
Hex 41 10 6

RGB Percentages of Color #411006

%74.71
%18.39
%6.90

CMYK Percentages of Color #411006

%0
%75
%91
%75

Triadic Colors of #411006

#411006 #064110 #100641

Analogous Colors of #411006

#411006 #412e06 #410619

Monochromatic Colors of #411006

#411006

Complementary Color

#411006 #063741

#411006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#411006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#411006 Color CSS Codes

.mybgcolor {background-color:#411006; } 
.myforecolor {color:#411006; }
.mybordercolor {border:3px solid #411006; }

#411006 Text Font Color

<p style="color:#411006">Text here</p>

This sample text font color is #411006
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#411006 Background Color

<div style="background-color:#411006">
Div content here</div>

This div background color is #411006


#411006 Border Color

<div style="border:3px solid #411006">
Div here</div>

This div border color is #411006


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,16,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #411006; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #411006;
  -webkit-box-shadow: 1px 1px 3px 2px #411006;
  box-shadow:         1px 1px 3px 2px #411006; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,16,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #411006">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #411006;
  -webkit-box-shadow: 1px 1px 3px 2px #411006;
  box-shadow:         1px 1px 3px 2px #411006;">
Div content here</div>

This div box has shadow with color #411006


Comments

No comments written yet.

Please login to write comment.