Color Hex Logo

#6e601b Color Hex

#6E601B
(110,96,27)
0 Favorites   0 Comments

Color spaces of #6e601b

RGB 1109627
HSL0.140.610.27
HSV50°75°43°
CMYK 0.000.130.75   0.57
XYZ10.811111.75992.7370
Yxy11.75990.42720.4647
Hunter Lab34.2927-3.738419.2728
CIE-Lab40.8319-2.706039.3991

#6e601b color RGB value is (110,96,27).

#6e601b hex color red value is 110, green value is 96 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #6e601b hue: 0.14 , saturation: 0.61 and the lightness value of 6e601b is 0.27.

The process color (four color CMYK) of #6e601b color hex is 0.00, 0.13, 0.75, 0.57. Web safe color of #6e601b is #666633. Color #6e601b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01100000 00011011
Octal 156 140 33
Decimal 110 96 27
Hex 6E 60 1B

RGB Percentages of Color #6e601b

%47.21
%41.20
%11.59

CMYK Percentages of Color #6e601b

%0
%13
%75
%57

Triadic Colors of #6e601b

#6e601b #1b6e60 #601b6e

Analogous Colors of #6e601b

#6e601b #536e1b #6e371b

Monochromatic Colors of #6e601b

#6e601b

Complementary Color

#6e601b #1b296e

#6e601b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e601b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e601b Color CSS Codes

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

#6e601b Text Font Color

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

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


#6e601b Background Color

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

This div background color is #6e601b


#6e601b Border Color

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

This div border color is #6e601b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,96,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6e601b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6e601b;
  -webkit-box-shadow: 1px 1px 3px 2px #6e601b;
  box-shadow:         1px 1px 3px 2px #6e601b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,96,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e601b


Comments

No comments written yet.

Please login to write comment.