Color Hex Logo

#6b2934 Color Hex

#6B2934
(107,41,52)
0 Favorites   0 Comments

Color spaces of #6b2934

RGB 1074152
HSL0.970.450.29
HSV350°62°42°
CMYK 0.000.620.51   0.58
XYZ7.47624.95963.8121
Yxy4.95960.46010.3052
Hunter Lab22.270220.95055.4401
CIE-Lab26.619430.52788.0535

#6b2934 color RGB value is (107,41,52).

#6b2934 hex color red value is 107, green value is 41 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #6b2934 hue: 0.97 , saturation: 0.45 and the lightness value of 6b2934 is 0.29.

The process color (four color CMYK) of #6b2934 color hex is 0.00, 0.62, 0.51, 0.58. Web safe color of #6b2934 is #663333. Color #6b2934 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00101001 00110100
Octal 153 51 64
Decimal 107 41 52
Hex 6B 29 34

RGB Percentages of Color #6b2934

%53.50
%20.50
%26.00

CMYK Percentages of Color #6b2934

%0
%62
%51
%58

Triadic Colors of #6b2934

#6b2934 #346b29 #29346b

Analogous Colors of #6b2934

#6b2934 #6b3f29 #6b2955

Monochromatic Colors of #6b2934

#6b2934

Complementary Color

#6b2934 #296b60

#6b2934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b2934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b2934 Color CSS Codes

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

#6b2934 Text Font Color

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

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


#6b2934 Background Color

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

This div background color is #6b2934


#6b2934 Border Color

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

This div border color is #6b2934


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,41,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b2934; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b2934;
  -webkit-box-shadow: 1px 1px 3px 2px #6b2934;
  box-shadow:         1px 1px 3px 2px #6b2934; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,41,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b2934


Comments

No comments written yet.

Please login to write comment.