Color Hex Logo

#664311 Color Hex

#664311
(102,67,17)
0 Favorites   0 Comments

Color spaces of #664311

RGB 1026717
HSL0.100.710.23
HSV35°83°40°
CMYK 0.000.340.83   0.60
XYZ7.58786.87961.4583
Yxy6.87960.47650.4320
Hunter Lab26.22905.737615.0638
CIE-Lab31.531210.416634.4542

#664311 color RGB value is (102,67,17).

#664311 hex color red value is 102, green value is 67 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #664311 hue: 0.10 , saturation: 0.71 and the lightness value of 664311 is 0.23.

The process color (four color CMYK) of #664311 color hex is 0.00, 0.34, 0.83, 0.60. Web safe color of #664311 is #663300. Color #664311 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000011 00010001
Octal 146 103 21
Decimal 102 67 17
Hex 66 43 11

RGB Percentages of Color #664311

%54.84
%36.02
%9.14

CMYK Percentages of Color #664311

%0
%34
%83
%60

Triadic Colors of #664311

#664311 #116643 #431166

Analogous Colors of #664311

#664311 #5f6611 #661911

Monochromatic Colors of #664311

#664311

Complementary Color

#664311 #113466

#664311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664311 Color CSS Codes

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

#664311 Text Font Color

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

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


#664311 Background Color

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

This div background color is #664311


#664311 Border Color

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

This div border color is #664311


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,67,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #664311; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #664311;
  -webkit-box-shadow: 1px 1px 3px 2px #664311;
  box-shadow:         1px 1px 3px 2px #664311; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,67,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664311


Comments

No comments written yet.

Please login to write comment.