Color Hex Logo

#806946 Color Hex

#806946
(128,105,70)
0 Favorites   0 Comments

Color spaces of #806946

RGB 12810570
HSL0.100.290.39
HSV36°45°50°
CMYK 0.000.180.45   0.50
XYZ15.059215.13457.9219
Yxy15.13450.39510.3971
Hunter Lab38.90311.016115.1588
CIE-Lab45.81794.100123.0889

#806946 color RGB value is (128,105,70).

#806946 hex color red value is 128, green value is 105 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #806946 hue: 0.10 , saturation: 0.29 and the lightness value of 806946 is 0.39.

The process color (four color CMYK) of #806946 color hex is 0.00, 0.18, 0.45, 0.50. Web safe color of #806946 is #996633. Color #806946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101001 01000110
Octal 200 151 106
Decimal 128 105 70
Hex 80 69 46

RGB Percentages of Color #806946

%42.24
%34.65
%23.10

CMYK Percentages of Color #806946

%0
%18
%45
%50

Triadic Colors of #806946

#806946 #468069 #694680

Analogous Colors of #806946

#806946 #7a8046 #804c46

Monochromatic Colors of #806946

#806946

Complementary Color

#806946 #465d80

#806946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806946 Color CSS Codes

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

#806946 Text Font Color

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

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


#806946 Background Color

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

This div background color is #806946


#806946 Border Color

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

This div border color is #806946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806946


Comments

No comments written yet.

Please login to write comment.