Color Hex Logo

#6d230e Color Hex

#6D230E
(109,35,14)
0 Favorites   0 Comments

Color spaces of #6d230e

RGB 1093514
HSL0.040.770.24
HSV13°87°43°
CMYK 0.000.680.87   0.57
XYZ6.98704.48500.9129
Yxy4.48500.56420.3621
Hunter Lab21.177821.829712.2687
CIE-Lab25.214131.806630.4149

#6d230e color RGB value is (109,35,14).

#6d230e hex color red value is 109, green value is 35 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #6d230e hue: 0.04 , saturation: 0.77 and the lightness value of 6d230e is 0.24.

The process color (four color CMYK) of #6d230e color hex is 0.00, 0.68, 0.87, 0.57. Web safe color of #6d230e is #663300. Color #6d230e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00100011 00001110
Octal 155 43 16
Decimal 109 35 14
Hex 6D 23 E

RGB Percentages of Color #6d230e

%68.99
%22.15
%8.86

CMYK Percentages of Color #6d230e

%0
%68
%87
%57

Triadic Colors of #6d230e

#6d230e #0e6d23 #230e6d

Analogous Colors of #6d230e

#6d230e #6d530e #6d0e29

Monochromatic Colors of #6d230e

#6d230e

Complementary Color

#6d230e #0e586d

#6d230e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d230e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d230e Color CSS Codes

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

#6d230e Text Font Color

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

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


#6d230e Background Color

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

This div background color is #6d230e


#6d230e Border Color

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

This div border color is #6d230e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,35,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6d230e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6d230e;
  -webkit-box-shadow: 1px 1px 3px 2px #6d230e;
  box-shadow:         1px 1px 3px 2px #6d230e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,35,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d230e


Comments

No comments written yet.

Please login to write comment.