Color Hex Logo

#6b6130 Color Hex

#6B6130
(107,97,48)
0 Favorites   0 Comments

Color spaces of #6b6130

RGB 1079748
HSL0.140.380.30
HSV50°55°42°
CMYK 0.000.090.55   0.58
XYZ10.871611.88864.5180
Yxy11.88860.39850.4358
Hunter Lab34.4798-4.058216.3669
CIE-Lab41.0385-3.145329.1020

#6b6130 color RGB value is (107,97,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 01100001 00110000
Octal 153 141 60
Decimal 107 97 48
Hex 6B 61 30

RGB Percentages of Color #6b6130

%42.46
%38.49
%19.05

CMYK Percentages of Color #6b6130

%0
%9
%55
%58

Triadic Colors of #6b6130

#6b6130 #306b61 #61306b

Analogous Colors of #6b6130

#6b6130 #586b30 #6b4430

Monochromatic Colors of #6b6130

#6b6130

Complementary Color

#6b6130 #303a6b

#6b6130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b6130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b6130 Color CSS Codes

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

#6b6130 Text Font Color

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

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


#6b6130 Background Color

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

This div background color is #6b6130


#6b6130 Border Color

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

This div border color is #6b6130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b6130


Comments

No comments written yet.

Please login to write comment.