Color Hex Logo

#6d2f10 Color Hex

#6D2F10
(109,47,16)
0 Favorites   0 Comments

Color spaces of #6d2f10

RGB 1094716
HSL0.060.740.25
HSV20°85°43°
CMYK 0.000.570.85   0.57
XYZ7.41675.32171.1265
Yxy5.32170.53490.3838
Hunter Lab23.068817.017913.2529
CIE-Lab27.632325.591831.6481

#6d2f10 color RGB value is (109,47,16).

#6d2f10 hex color red value is 109, green value is 47 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #6d2f10 hue: 0.06 , saturation: 0.74 and the lightness value of 6d2f10 is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 00101111 00010000
Octal 155 57 20
Decimal 109 47 16
Hex 6D 2F 10

RGB Percentages of Color #6d2f10

%63.37
%27.33
%9.30

CMYK Percentages of Color #6d2f10

%0
%57
%85
%57

Triadic Colors of #6d2f10

#6d2f10 #106d2f #2f106d

Analogous Colors of #6d2f10

#6d2f10 #6d5e10 #6d101f

Monochromatic Colors of #6d2f10

#6d2f10

Complementary Color

#6d2f10 #104e6d

#6d2f10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d2f10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d2f10 Color CSS Codes

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

#6d2f10 Text Font Color

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

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


#6d2f10 Background Color

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

This div background color is #6d2f10


#6d2f10 Border Color

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

This div border color is #6d2f10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d2f10

#6d2f10 Color Palettes


Comments

No comments written yet.

Please login to write comment.