Color Hex Logo

#6a474b Color Hex

#6A474B
(106,71,75)
0 Favorites   0 Comments

Color spaces of #6a474b

RGB 1067175
HSL0.980.200.35
HSV353°33°42°
CMYK 0.000.330.29   0.58
XYZ9.46718.07867.7170
Yxy8.07860.37470.3198
Hunter Lab28.42299.71483.7984
CIE-Lab34.146015.62633.6913

#6a474b color RGB value is (106,71,75).

#6a474b hex color red value is 106, green value is 71 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #6a474b hue: 0.98 , saturation: 0.20 and the lightness value of 6a474b is 0.35.

The process color (four color CMYK) of #6a474b color hex is 0.00, 0.33, 0.29, 0.58. Web safe color of #6a474b is #663333. Color #6a474b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01000111 01001011
Octal 152 107 113
Decimal 106 71 75
Hex 6A 47 4B

RGB Percentages of Color #6a474b

%42.06
%28.17
%29.76

CMYK Percentages of Color #6a474b

%0
%33
%29
%58

Triadic Colors of #6a474b

#6a474b #4b6a47 #474b6a

Analogous Colors of #6a474b

#6a474b #6a5547 #6a475d

Monochromatic Colors of #6a474b

#6a474b

Complementary Color

#6a474b #476a66

#6a474b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a474b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a474b Color CSS Codes

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

#6a474b Text Font Color

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

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


#6a474b Background Color

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

This div background color is #6a474b


#6a474b Border Color

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

This div border color is #6a474b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a474b


Comments

No comments written yet.

Please login to write comment.