Color Hex Logo

#6a852e Color Hex

#6A852E
(106,133,46)
0 Favorites   0 Comments

Color spaces of #6a852e

RGB 10613346
HSL0.220.490.35
HSV79°65°52°
CMYK 0.200.000.65   0.48
XYZ14.824520.03655.6709
Yxy20.03650.36570.4943
Hunter Lab44.7621-19.217423.8221
CIE-Lab51.8785-23.436142.3421

#6a852e color RGB value is (106,133,46).

#6a852e hex color red value is 106, green value is 133 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #6a852e hue: 0.22 , saturation: 0.49 and the lightness value of 6a852e is 0.35.

The process color (four color CMYK) of #6a852e color hex is 0.20, 0.00, 0.65, 0.48. Web safe color of #6a852e is #669933. Color #6a852e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10000101 00101110
Octal 152 205 56
Decimal 106 133 46
Hex 6A 85 2E

RGB Percentages of Color #6a852e

%37.19
%46.67
%16.14

CMYK Percentages of Color #6a852e

%20
%0
%65
%48

Triadic Colors of #6a852e

#6a852e #2e6a85 #852e6a

Analogous Colors of #6a852e

#6a852e #3f852e #85752e

Monochromatic Colors of #6a852e

#6a852e

Complementary Color

#6a852e #492e85

#6a852e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a852e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a852e Color CSS Codes

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

#6a852e Text Font Color

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

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


#6a852e Background Color

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

This div background color is #6a852e


#6a852e Border Color

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

This div border color is #6a852e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,133,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a852e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a852e;
  -webkit-box-shadow: 1px 1px 3px 2px #6a852e;
  box-shadow:         1px 1px 3px 2px #6a852e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,133,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a852e


Comments

No comments written yet.

Please login to write comment.