Color Hex Logo

#6b683d Color Hex

#6B683D
(107,104,61)
0 Favorites   0 Comments

Color spaces of #6b683d

RGB 10710461
HSL0.160.270.33
HSV56°43°42°
CMYK 0.000.030.43   0.58
XYZ11.856013.36346.3694
Yxy13.36340.37530.4230
Hunter Lab36.5560-6.081115.2587
CIE-Lab43.3058-5.802924.6130

#6b683d color RGB value is (107,104,61).

#6b683d hex color red value is 107, green value is 104 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #6b683d hue: 0.16 , saturation: 0.27 and the lightness value of 6b683d is 0.33.

The process color (four color CMYK) of #6b683d color hex is 0.00, 0.03, 0.43, 0.58. Web safe color of #6b683d is #666633. Color #6b683d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01101000 00111101
Octal 153 150 75
Decimal 107 104 61
Hex 6B 68 3D

RGB Percentages of Color #6b683d

%39.34
%38.24
%22.43

CMYK Percentages of Color #6b683d

%0
%3
%43
%58

Triadic Colors of #6b683d

#6b683d #3d6b68 #683d6b

Analogous Colors of #6b683d

#6b683d #576b3d #6b513d

Monochromatic Colors of #6b683d

#6b683d

Complementary Color

#6b683d #3d406b

#6b683d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b683d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b683d Color CSS Codes

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

#6b683d Text Font Color

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

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


#6b683d Background Color

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

This div background color is #6b683d


#6b683d Border Color

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

This div border color is #6b683d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b683d

#6b683d Color Palettes


Comments

No comments written yet.

Please login to write comment.