Color Hex Logo

#6f6218 Color Hex

#6F6218
(111,98,24)
0 Favorites   0 Comments

Color spaces of #6f6218

RGB 1119824
HSL0.140.640.26
HSV51°78°44°
CMYK 0.000.120.78   0.56
XYZ11.088112.18082.6309
Yxy12.18080.42810.4703
Hunter Lab34.9010-4.367019.9613
CIE-Lab41.5020-3.542741.3215

#6f6218 color RGB value is (111,98,24).

#6f6218 hex color red value is 111, green value is 98 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #6f6218 hue: 0.14 , saturation: 0.64 and the lightness value of 6f6218 is 0.26.

The process color (four color CMYK) of #6f6218 color hex is 0.00, 0.12, 0.78, 0.56. Web safe color of #6f6218 is #666600. Color #6f6218 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01100010 00011000
Octal 157 142 30
Decimal 111 98 24
Hex 6F 62 18

RGB Percentages of Color #6f6218

%47.64
%42.06
%10.30

CMYK Percentages of Color #6f6218

%0
%12
%78
%56

Triadic Colors of #6f6218

#6f6218 #186f62 #62186f

Analogous Colors of #6f6218

#6f6218 #516f18 #6f3718

Monochromatic Colors of #6f6218

#6f6218

Complementary Color

#6f6218 #18256f

#6f6218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f6218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f6218 Color CSS Codes

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

#6f6218 Text Font Color

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

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


#6f6218 Background Color

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

This div background color is #6f6218


#6f6218 Border Color

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

This div border color is #6f6218


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,98,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6f6218; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6f6218;
  -webkit-box-shadow: 1px 1px 3px 2px #6f6218;
  box-shadow:         1px 1px 3px 2px #6f6218; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,98,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f6218


Comments

No comments written yet.

Please login to write comment.