Color Hex Logo

#66680b Color Hex

#66680B
(102,104,11)
0 Favorites   0 Comments

Color spaces of #66680b

RGB 10210411
HSL0.170.810.23
HSV61°89°41°
CMYK 0.020.000.89   0.59
XYZ10.490212.74962.2246
Yxy12.74960.41200.5007
Hunter Lab35.7066-10.045221.3007
CIE-Lab42.3835-11.814845.9856

#66680b color RGB value is (102,104,11).

#66680b hex color red value is 102, green value is 104 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #66680b hue: 0.17 , saturation: 0.81 and the lightness value of 66680b is 0.23.

The process color (four color CMYK) of #66680b color hex is 0.02, 0.00, 0.89, 0.59. Web safe color of #66680b is #666600. Color #66680b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01101000 00001011
Octal 146 150 13
Decimal 102 104 11
Hex 66 68 B

RGB Percentages of Color #66680b

%47.00
%47.93
%5.07

CMYK Percentages of Color #66680b

%2
%0
%89
%59

Triadic Colors of #66680b

#66680b #0b6668 #680b66

Analogous Colors of #66680b

#66680b #38680b #683c0b

Monochromatic Colors of #66680b

#66680b

Complementary Color

#66680b #0d0b68

#66680b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66680b Color Preview on White Background

Lorem ipsum dolor sit amet.

#66680b Color CSS Codes

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

#66680b Text Font Color

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

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


#66680b Background Color

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

This div background color is #66680b


#66680b Border Color

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

This div border color is #66680b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,104,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66680b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66680b;
  -webkit-box-shadow: 1px 1px 3px 2px #66680b;
  box-shadow:         1px 1px 3px 2px #66680b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66680b


Comments

No comments written yet.

Please login to write comment.