Color Hex Logo

#744206 Color Hex

#744206
(116,66,6)
0 Favorites   0 Comments

Color spaces of #744206

RGB 116666
HSL0.090.900.24
HSV33°95°45°
CMYK 0.000.430.95   0.55
XYZ9.18357.62261.1596
Yxy7.62260.51120.4243
Hunter Lab27.609111.058016.8361
CIE-Lab33.184217.434240.7977

#744206 color RGB value is (116,66,6).

#744206 hex color red value is 116, green value is 66 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #744206 hue: 0.09 , saturation: 0.90 and the lightness value of 744206 is 0.24.

The process color (four color CMYK) of #744206 color hex is 0.00, 0.43, 0.95, 0.55. Web safe color of #744206 is #663300. Color #744206 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000010 00000110
Octal 164 102 6
Decimal 116 66 6
Hex 74 42 6

RGB Percentages of Color #744206

%61.70
%35.11
%3.19

CMYK Percentages of Color #744206

%0
%43
%95
%55

Triadic Colors of #744206

#744206 #067442 #420674

Analogous Colors of #744206

#744206 #6f7406 #740b06

Monochromatic Colors of #744206

#744206

Complementary Color

#744206 #063874

#744206 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#744206 Color Preview on White Background

Lorem ipsum dolor sit amet.

#744206 Color CSS Codes

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

#744206 Text Font Color

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

This sample text font color is #744206
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.


#744206 Background Color

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

This div background color is #744206


#744206 Border Color

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

This div border color is #744206


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,66,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 #744206">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #744206


Comments

No comments written yet.

Please login to write comment.