Color Hex Logo

#6b6135 Color Hex

#6B6135
(107,97,53)
0 Favorites   0 Comments

Color spaces of #6b6135

RGB 1079753
HSL0.140.340.31
HSV49°50°42°
CMYK 0.000.090.50   0.58
XYZ10.980711.93225.0926
Yxy11.93220.39210.4261
Hunter Lab34.5430-3.707815.4391
CIE-Lab41.1082-2.636326.4031

#6b6135 color RGB value is (107,97,53).

#6b6135 hex color red value is 107, green value is 97 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #6b6135 hue: 0.14 , saturation: 0.34 and the lightness value of 6b6135 is 0.31.

The process color (four color CMYK) of #6b6135 color hex is 0.00, 0.09, 0.50, 0.58. Web safe color of #6b6135 is #666633. Color #6b6135 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01100001 00110101
Octal 153 141 65
Decimal 107 97 53
Hex 6B 61 35

RGB Percentages of Color #6b6135

%41.63
%37.74
%20.62

CMYK Percentages of Color #6b6135

%0
%9
%50
%58

Triadic Colors of #6b6135

#6b6135 #356b61 #61356b

Analogous Colors of #6b6135

#6b6135 #5a6b35 #6b4635

Monochromatic Colors of #6b6135

#6b6135

Complementary Color

#6b6135 #353f6b

#6b6135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b6135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b6135 Color CSS Codes

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

#6b6135 Text Font Color

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

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


#6b6135 Background Color

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

This div background color is #6b6135


#6b6135 Border Color

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

This div border color is #6b6135


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b6135


Comments

No comments written yet.

Please login to write comment.