Color Hex Logo

#6e480a Color Hex

#6E480A
(110,72,10)
0 Favorites   0 Comments

Color spaces of #6e480a

RGB 1107210
HSL0.100.830.24
HSV37°91°43°
CMYK 0.000.350.91   0.57
XYZ8.80267.97161.3619
Yxy7.97160.48540.4395
Hunter Lab28.23406.241916.9039
CIE-Lab33.923711.030039.6496

#6e480a color RGB value is (110,72,10).

#6e480a hex color red value is 110, green value is 72 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #6e480a hue: 0.10 , saturation: 0.83 and the lightness value of 6e480a is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 01001000 00001010
Octal 156 110 12
Decimal 110 72 10
Hex 6E 48 A

RGB Percentages of Color #6e480a

%57.29
%37.50
%5.21

CMYK Percentages of Color #6e480a

%0
%35
%91
%57

Triadic Colors of #6e480a

#6e480a #0a6e48 #480a6e

Analogous Colors of #6e480a

#6e480a #626e0a #6e160a

Monochromatic Colors of #6e480a

#6e480a

Complementary Color

#6e480a #0a306e

#6e480a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e480a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e480a Color CSS Codes

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

#6e480a Text Font Color

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

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


#6e480a Background Color

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

This div background color is #6e480a


#6e480a Border Color

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

This div border color is #6e480a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e480a


Comments

No comments written yet.

Please login to write comment.