Color Hex Logo

#803606 Color Hex

#803606
(128,54,6)
0 Favorites   0 Comments

Color spaces of #803606

RGB 128546
HSL0.070.910.26
HSV24°95°50°
CMYK 0.000.580.95   0.50
XYZ10.25417.24071.0294
Yxy7.24070.55360.3909
Hunter Lab26.908520.931416.5678
CIE-Lab32.348729.625741.0698

#803606 color RGB value is (128,54,6).

#803606 hex color red value is 128, green value is 54 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #803606 hue: 0.07 , saturation: 0.91 and the lightness value of 803606 is 0.26.

The process color (four color CMYK) of #803606 color hex is 0.00, 0.58, 0.95, 0.50. Web safe color of #803606 is #993300. Color #803606 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110110 00000110
Octal 200 66 6
Decimal 128 54 6
Hex 80 36 6

RGB Percentages of Color #803606

%68.09
%28.72
%3.19

CMYK Percentages of Color #803606

%0
%58
%95
%50

Triadic Colors of #803606

#803606 #068036 #360680

Analogous Colors of #803606

#803606 #807306 #800613

Monochromatic Colors of #803606

#803606

Complementary Color

#803606 #065080

#803606 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803606 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803606 Color CSS Codes

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

#803606 Text Font Color

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

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


#803606 Background Color

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

This div background color is #803606


#803606 Border Color

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

This div border color is #803606


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,54,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #803606; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #803606;
  -webkit-box-shadow: 1px 1px 3px 2px #803606;
  box-shadow:         1px 1px 3px 2px #803606; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,54,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803606


Comments

No comments written yet.

Please login to write comment.