Color Hex Logo

#6f422a Color Hex

#6F422A
(111,66,42)
0 Favorites   0 Comments

Color spaces of #6f422a

RGB 1116642
HSL0.060.450.30
HSV21°62°44°
CMYK 0.000.410.62   0.56
XYZ8.92177.44313.1569
Yxy7.44310.45700.3813
Hunter Lab27.282010.629012.2368
CIE-Lab32.795116.910322.6877

#6f422a color RGB value is (111,66,42).

#6f422a hex color red value is 111, green value is 66 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #6f422a hue: 0.06 , saturation: 0.45 and the lightness value of 6f422a is 0.30.

The process color (four color CMYK) of #6f422a color hex is 0.00, 0.41, 0.62, 0.56. Web safe color of #6f422a is #663333. Color #6f422a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 01000010 00101010
Octal 157 102 52
Decimal 111 66 42
Hex 6F 42 2A

RGB Percentages of Color #6f422a

%50.68
%30.14
%19.18

CMYK Percentages of Color #6f422a

%0
%41
%62
%56

Triadic Colors of #6f422a

#6f422a #2a6f42 #422a6f

Analogous Colors of #6f422a

#6f422a #6f652a #6f2a35

Monochromatic Colors of #6f422a

#6f422a

Complementary Color

#6f422a #2a576f

#6f422a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6f422a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6f422a Color CSS Codes

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

#6f422a Text Font Color

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

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


#6f422a Background Color

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

This div background color is #6f422a


#6f422a Border Color

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

This div border color is #6f422a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6f422a


Comments

No comments written yet.

Please login to write comment.