Color Hex Logo

#6a331d Color Hex

#6A331D
(106,51,29)
0 Favorites   0 Comments

Color spaces of #6a331d

RGB 1065129
HSL0.050.570.26
HSV17°73°42°
CMYK 0.000.520.73   0.58
XYZ7.34955.52051.8406
Yxy5.52050.49960.3753
Hunter Lab23.495714.717511.8024
CIE-Lab28.169022.631224.8244

#6a331d color RGB value is (106,51,29).

#6a331d hex color red value is 106, green value is 51 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #6a331d hue: 0.05 , saturation: 0.57 and the lightness value of 6a331d is 0.26.

The process color (four color CMYK) of #6a331d color hex is 0.00, 0.52, 0.73, 0.58. Web safe color of #6a331d is #663333. Color #6a331d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00110011 00011101
Octal 152 63 35
Decimal 106 51 29
Hex 6A 33 1D

RGB Percentages of Color #6a331d

%56.99
%27.42
%15.59

CMYK Percentages of Color #6a331d

%0
%52
%73
%58

Triadic Colors of #6a331d

#6a331d #1d6a33 #331d6a

Analogous Colors of #6a331d

#6a331d #6a5a1d #6a1d2e

Monochromatic Colors of #6a331d

#6a331d

Complementary Color

#6a331d #1d546a

#6a331d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a331d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a331d Color CSS Codes

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

#6a331d Text Font Color

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

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


#6a331d Background Color

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

This div background color is #6a331d


#6a331d Border Color

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

This div border color is #6a331d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a331d


Comments

No comments written yet.

Please login to write comment.