Color Hex Logo

#6e600f Color Hex

#6E600F
(110,96,15)
0 Favorites   0 Comments

Color spaces of #6e600f

RGB 1109615
HSL0.140.760.25
HSV51°86°43°
CMYK 0.000.130.86   0.57
XYZ10.699511.71522.1493
Yxy11.71520.43560.4769
Hunter Lab34.2275-4.099020.2361
CIE-Lab40.7598-3.231743.8102

#6e600f color RGB value is (110,96,15).

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

The process color (four color CMYK) of #6e600f color hex is 0.00, 0.13, 0.86, 0.57. Web safe color of #6e600f is #666600. Color #6e600f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01100000 00001111
Octal 156 140 17
Decimal 110 96 15
Hex 6E 60 F

RGB Percentages of Color #6e600f

%49.77
%43.44
%6.79

CMYK Percentages of Color #6e600f

%0
%13
%86
%57

Triadic Colors of #6e600f

#6e600f #0f6e60 #600f6e

Analogous Colors of #6e600f

#6e600f #4d6e0f #6e310f

Monochromatic Colors of #6e600f

#6e600f

Complementary Color

#6e600f #0f1d6e

#6e600f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e600f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e600f Color CSS Codes

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

#6e600f Text Font Color

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

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


#6e600f Background Color

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

This div background color is #6e600f


#6e600f Border Color

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

This div border color is #6e600f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e600f


Comments

No comments written yet.

Please login to write comment.