Color Hex Logo

#665814 Color Hex

#665814
(102,88,20)
0 Favorites   0 Comments

Color spaces of #665814

RGB 1028820
HSL0.140.670.24
HSV50°80°40°
CMYK 0.000.140.80   0.60
XYZ9.09559.85472.0846
Yxy9.85470.43240.4685
Hunter Lab31.3922-3.218218.0374
CIE-Lab37.5804-2.250038.8762

#665814 color RGB value is (102,88,20).

#665814 hex color red value is 102, green value is 88 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #665814 hue: 0.14 , saturation: 0.67 and the lightness value of 665814 is 0.24.

The process color (four color CMYK) of #665814 color hex is 0.00, 0.14, 0.80, 0.60. Web safe color of #665814 is #666600. Color #665814 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011000 00010100
Octal 146 130 24
Decimal 102 88 20
Hex 66 58 14

RGB Percentages of Color #665814

%48.57
%41.90
%9.52

CMYK Percentages of Color #665814

%0
%14
%80
%60

Triadic Colors of #665814

#665814 #146658 #581466

Analogous Colors of #665814

#665814 #4b6614 #662f14

Monochromatic Colors of #665814

#665814

Complementary Color

#665814 #142266

#665814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665814 Color CSS Codes

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

#665814 Text Font Color

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

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


#665814 Background Color

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

This div background color is #665814


#665814 Border Color

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

This div border color is #665814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665814


Comments

No comments written yet.

Please login to write comment.