Color Hex Logo

#6b4533 Color Hex

#6B4533
(107,69,51)
0 Favorites   0 Comments

Color spaces of #6b4533

RGB 1076951
HSL0.050.350.31
HSV19°52°42°
CMYK 0.000.360.52   0.58
XYZ8.78917.62114.1397
Yxy7.62110.42770.3709
Hunter Lab27.60638.518410.4336
CIE-Lab33.181014.115517.5437

#6b4533 color RGB value is (107,69,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 01000101 00110011
Octal 153 105 63
Decimal 107 69 51
Hex 6B 45 33

RGB Percentages of Color #6b4533

%47.14
%30.40
%22.47

CMYK Percentages of Color #6b4533

%0
%36
%52
%58

Triadic Colors of #6b4533

#6b4533 #336b45 #45336b

Analogous Colors of #6b4533

#6b4533 #6b6133 #6b333d

Monochromatic Colors of #6b4533

#6b4533

Complementary Color

#6b4533 #33596b

#6b4533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b4533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b4533 Color CSS Codes

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

#6b4533 Text Font Color

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

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


#6b4533 Background Color

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

This div background color is #6b4533


#6b4533 Border Color

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

This div border color is #6b4533


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,69,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 #6b4533">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b4533


Comments

No comments written yet.

Please login to write comment.