Color Hex Logo

#604909 Color Hex

#604909
(96,73,9)
0 Favorites   0 Comments

Color spaces of #604909

RGB 96739
HSL0.120.830.21
HSV44°91°38°
CMYK 0.000.240.91   0.62
XYZ7.25577.27161.2796
Yxy7.27160.45900.4600
Hunter Lab26.96590.838616.0627
CIE-Lab32.41743.409138.0072

#604909 color RGB value is (96,73,9).

#604909 hex color red value is 96, green value is 73 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #604909 hue: 0.12 , saturation: 0.83 and the lightness value of 604909 is 0.21.

The process color (four color CMYK) of #604909 color hex is 0.00, 0.24, 0.91, 0.62. Web safe color of #604909 is #663300. Color #604909 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01001001 00001001
Octal 140 111 11
Decimal 96 73 9
Hex 60 49 9

RGB Percentages of Color #604909

%53.93
%41.01
%5.06

CMYK Percentages of Color #604909

%0
%24
%91
%62

Triadic Colors of #604909

#604909 #096049 #490960

Analogous Colors of #604909

#604909 #4c6009 #601e09

Monochromatic Colors of #604909

#604909

Complementary Color

#604909 #092060

#604909 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#604909 Color Preview on White Background

Lorem ipsum dolor sit amet.

#604909 Color CSS Codes

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

#604909 Text Font Color

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

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


#604909 Background Color

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

This div background color is #604909


#604909 Border Color

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

This div border color is #604909


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,73,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #604909; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #604909;
  -webkit-box-shadow: 1px 1px 3px 2px #604909;
  box-shadow:         1px 1px 3px 2px #604909; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,73,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #604909


Comments

No comments written yet.

Please login to write comment.