Color Hex Logo

#6c613a Color Hex

#6C613A
(108,97,58)
0 Favorites   0 Comments

Color spaces of #6c613a

RGB 1089758
HSL0.130.300.33
HSV47°46°42°
CMYK 0.000.100.46   0.58
XYZ11.222812.04305.7360
Yxy12.04300.38700.4153
Hunter Lab34.7030-3.004214.4922
CIE-Lab41.2844-1.619223.7918

#6c613a color RGB value is (108,97,58).

#6c613a hex color red value is 108, green value is 97 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #6c613a hue: 0.13 , saturation: 0.30 and the lightness value of 6c613a is 0.33.

The process color (four color CMYK) of #6c613a color hex is 0.00, 0.10, 0.46, 0.58. Web safe color of #6c613a is #666633. Color #6c613a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 01100001 00111010
Octal 154 141 72
Decimal 108 97 58
Hex 6C 61 3A

RGB Percentages of Color #6c613a

%41.06
%36.88
%22.05

CMYK Percentages of Color #6c613a

%0
%10
%46
%58

Triadic Colors of #6c613a

#6c613a #3a6c61 #613a6c

Analogous Colors of #6c613a

#6c613a #5e6c3a #6c483a

Monochromatic Colors of #6c613a

#6c613a

Complementary Color

#6c613a #3a456c

#6c613a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c613a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c613a Color CSS Codes

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

#6c613a Text Font Color

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

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


#6c613a Background Color

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

This div background color is #6c613a


#6c613a Border Color

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

This div border color is #6c613a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c613a


Comments

No comments written yet.

Please login to write comment.