Color Hex Logo

#6a481b Color Hex

#6A481B
(106,72,27)
0 Favorites   0 Comments

Color spaces of #6a481b

RGB 1067227
HSL0.090.590.26
HSV34°75°42°
CMYK 0.000.320.75   0.58
XYZ8.45917.77802.0924
Yxy7.77800.46150.4243
Hunter Lab27.88915.335415.0741
CIE-Lab33.51629.804631.8024

#6a481b color RGB value is (106,72,27).

#6a481b hex color red value is 106, green value is 72 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #6a481b hue: 0.09 , saturation: 0.59 and the lightness value of 6a481b is 0.26.

The process color (four color CMYK) of #6a481b color hex is 0.00, 0.32, 0.75, 0.58. Web safe color of #6a481b is #663333. Color #6a481b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01001000 00011011
Octal 152 110 33
Decimal 106 72 27
Hex 6A 48 1B

RGB Percentages of Color #6a481b

%51.71
%35.12
%13.17

CMYK Percentages of Color #6a481b

%0
%32
%75
%58

Triadic Colors of #6a481b

#6a481b #1b6a48 #481b6a

Analogous Colors of #6a481b

#6a481b #656a1b #6a211b

Monochromatic Colors of #6a481b

#6a481b

Complementary Color

#6a481b #1b3d6a

#6a481b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a481b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a481b Color CSS Codes

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

#6a481b Text Font Color

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

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


#6a481b Background Color

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

This div background color is #6a481b


#6a481b Border Color

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

This div border color is #6a481b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a481b


Comments

No comments written yet.

Please login to write comment.