Color Hex Logo

#6c640b Color Hex

#6C640B
(108,100,11)
0 Favorites   0 Comments

Color spaces of #6c640b

RGB 10810011
HSL0.150.820.23
HSV55°90°42°
CMYK 0.000.070.90   0.58
XYZ10.801912.32672.1266
Yxy12.32670.42770.4881
Hunter Lab35.1094-6.523420.9853
CIE-Lab41.7307-6.648745.6750

#6c640b color RGB value is (108,100,11).

#6c640b hex color red value is 108, green value is 100 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #6c640b hue: 0.15 , saturation: 0.82 and the lightness value of 6c640b is 0.23.

The process color (four color CMYK) of #6c640b color hex is 0.00, 0.07, 0.90, 0.58. Web safe color of #6c640b is #666600. Color #6c640b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 01100100 00001011
Octal 154 144 13
Decimal 108 100 11
Hex 6C 64 B

RGB Percentages of Color #6c640b

%49.32
%45.66
%5.02

CMYK Percentages of Color #6c640b

%0
%7
%90
%58

Triadic Colors of #6c640b

#6c640b #0b6c64 #640b6c

Analogous Colors of #6c640b

#6c640b #446c0b #6c330b

Monochromatic Colors of #6c640b

#6c640b

Complementary Color

#6c640b #0b136c

#6c640b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c640b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c640b Color CSS Codes

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

#6c640b Text Font Color

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

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


#6c640b Background Color

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

This div background color is #6c640b


#6c640b Border Color

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

This div border color is #6c640b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,100,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6c640b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6c640b;
  -webkit-box-shadow: 1px 1px 3px 2px #6c640b;
  box-shadow:         1px 1px 3px 2px #6c640b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,100,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c640b


Comments

No comments written yet.

Please login to write comment.