Color Hex Logo

#665901 Color Hex

#665901
(102,89,1)
0 Favorites   0 Comments

Color spaces of #665901

RGB 102891
HSL0.150.980.20
HSV52°99°40°
CMYK 0.000.130.99   0.60
XYZ9.05739.97171.4761
Yxy9.97170.44170.4863
Hunter Lab31.5780-4.063619.3331
CIE-Lab37.7916-3.481045.0555

#665901 color RGB value is (102,89,1).

#665901 hex color red value is 102, green value is 89 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #665901 hue: 0.15 , saturation: 0.98 and the lightness value of 665901 is 0.20.

The process color (four color CMYK) of #665901 color hex is 0.00, 0.13, 0.99, 0.60. Web safe color of #665901 is #666600. Color #665901 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011001 00000001
Octal 146 131 1
Decimal 102 89 1
Hex 66 59 1

RGB Percentages of Color #665901

%53.13
%46.35
%0.52

CMYK Percentages of Color #665901

%0
%13
%99
%60

Triadic Colors of #665901

#665901 #016659 #590166

Analogous Colors of #665901

#665901 #416601 #662701

Monochromatic Colors of #665901

#665901

Complementary Color

#665901 #010e66

#665901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665901 Color CSS Codes

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

#665901 Text Font Color

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

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


#665901 Background Color

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

This div background color is #665901


#665901 Border Color

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

This div border color is #665901


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665901


Comments

No comments written yet.

Please login to write comment.