Color Hex Logo

#6b722d Color Hex

#6B722D
(107,114,45)
0 Favorites   0 Comments

Color spaces of #6b722d

RGB 10711445
HSL0.180.430.31
HSV66°61°45°
CMYK 0.060.000.61   0.55
XYZ12.554415.34994.7838
Yxy15.34990.38410.4696
Hunter Lab39.1789-11.365120.1859
CIE-Lab46.1098-13.076936.5135

#6b722d color RGB value is (107,114,45).

#6b722d hex color red value is 107, green value is 114 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #6b722d hue: 0.18 , saturation: 0.43 and the lightness value of 6b722d is 0.31.

The process color (four color CMYK) of #6b722d color hex is 0.06, 0.00, 0.61, 0.55. Web safe color of #6b722d is #666633. Color #6b722d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01110010 00101101
Octal 153 162 55
Decimal 107 114 45
Hex 6B 72 2D

RGB Percentages of Color #6b722d

%40.23
%42.86
%16.92

CMYK Percentages of Color #6b722d

%6
%0
%61
%55

Triadic Colors of #6b722d

#6b722d #2d6b72 #722d6b

Analogous Colors of #6b722d

#6b722d #49722d #72572d

Monochromatic Colors of #6b722d

#6b722d

Complementary Color

#6b722d #342d72

#6b722d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b722d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b722d Color CSS Codes

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

#6b722d Text Font Color

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

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


#6b722d Background Color

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

This div background color is #6b722d


#6b722d Border Color

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

This div border color is #6b722d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b722d


Comments

No comments written yet.

Please login to write comment.