Color Hex Logo

#6b845f Color Hex

#6B845F
(107,132,95)
0 Favorites   0 Comments

Color spaces of #6b845f

RGB 10713295
HSL0.280.160.45
HSV101°28°52°
CMYK 0.190.000.28   0.48
XYZ16.380220.454613.9113
Yxy20.45460.32280.4031
Hunter Lab45.2268-14.497813.4217
CIE-Lab52.3473-16.353817.1086

#6b845f color RGB value is (107,132,95).

#6b845f hex color red value is 107, green value is 132 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #6b845f hue: 0.28 , saturation: 0.16 and the lightness value of 6b845f is 0.45.

The process color (four color CMYK) of #6b845f color hex is 0.19, 0.00, 0.28, 0.48. Web safe color of #6b845f is #669966. Color #6b845f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10000100 01011111
Octal 153 204 137
Decimal 107 132 95
Hex 6B 84 5F

RGB Percentages of Color #6b845f

%32.04
%39.52
%28.44

CMYK Percentages of Color #6b845f

%19
%0
%28
%48

Triadic Colors of #6b845f

#6b845f #5f6b84 #845f6b

Analogous Colors of #6b845f

#6b845f #5f8466 #7e845f

Monochromatic Colors of #6b845f

#6b845f

Complementary Color

#6b845f #785f84

#6b845f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b845f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b845f Color CSS Codes

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

#6b845f Text Font Color

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

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


#6b845f Background Color

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

This div background color is #6b845f


#6b845f Border Color

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

This div border color is #6b845f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,132,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b845f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b845f;
  -webkit-box-shadow: 1px 1px 3px 2px #6b845f;
  box-shadow:         1px 1px 3px 2px #6b845f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,132,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b845f


Comments

No comments written yet.

Please login to write comment.