Color Hex Logo

#6a5433 Color Hex

#6A5433
(106,84,51)
0 Favorites   0 Comments

Color spaces of #6a5433

RGB 1068451
HSL0.100.350.31
HSV36°52°42°
CMYK 0.000.210.52   0.58
XYZ9.71179.64384.4816
Yxy9.64380.40740.4046
Hunter Lab31.05451.477213.1817
CIE-Lab37.19544.461622.6624

#6a5433 color RGB value is (106,84,51).

#6a5433 hex color red value is 106, green value is 84 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #6a5433 hue: 0.10 , saturation: 0.35 and the lightness value of 6a5433 is 0.31.

The process color (four color CMYK) of #6a5433 color hex is 0.00, 0.21, 0.52, 0.58. Web safe color of #6a5433 is #666633. Color #6a5433 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01010100 00110011
Octal 152 124 63
Decimal 106 84 51
Hex 6A 54 33

RGB Percentages of Color #6a5433

%43.98
%34.85
%21.16

CMYK Percentages of Color #6a5433

%0
%21
%52
%58

Triadic Colors of #6a5433

#6a5433 #336a54 #54336a

Analogous Colors of #6a5433

#6a5433 #656a33 #6a3933

Monochromatic Colors of #6a5433

#6a5433

Complementary Color

#6a5433 #33496a

#6a5433 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a5433 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a5433 Color CSS Codes

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

#6a5433 Text Font Color

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

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


#6a5433 Background Color

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

This div background color is #6a5433


#6a5433 Border Color

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

This div border color is #6a5433


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a5433


Comments

No comments written yet.

Please login to write comment.