Color Hex Logo

#6b7626 Color Hex

#6B7626
(107,118,38)
0 Favorites   0 Comments

Color spaces of #6b7626

RGB 10711838
HSL0.190.510.31
HSV68°68°46°
CMYK 0.090.000.68   0.54
XYZ12.891716.22264.2855
Yxy16.22260.38600.4857
Hunter Lab40.2773-13.352121.8857
CIE-Lab47.2652-15.796941.0463

#6b7626 color RGB value is (107,118,38).

#6b7626 hex color red value is 107, green value is 118 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #6b7626 hue: 0.19 , saturation: 0.51 and the lightness value of 6b7626 is 0.31.

The process color (four color CMYK) of #6b7626 color hex is 0.09, 0.00, 0.68, 0.54. Web safe color of #6b7626 is #666633. Color #6b7626 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01110110 00100110
Octal 153 166 46
Decimal 107 118 38
Hex 6B 76 26

RGB Percentages of Color #6b7626

%40.68
%44.87
%14.45

CMYK Percentages of Color #6b7626

%9
%0
%68
%54

Triadic Colors of #6b7626

#6b7626 #266b76 #76266b

Analogous Colors of #6b7626

#6b7626 #437626 #765926

Monochromatic Colors of #6b7626

#6b7626

Complementary Color

#6b7626 #312676

#6b7626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b7626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b7626 Color CSS Codes

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

#6b7626 Text Font Color

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

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


#6b7626 Background Color

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

This div background color is #6b7626


#6b7626 Border Color

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

This div border color is #6b7626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b7626


Comments

No comments written yet.

Please login to write comment.