Color Hex Logo

#6b650d Color Hex

#6B650D
(107,101,13)
0 Favorites   0 Comments

Color spaces of #6b650d

RGB 10710113
HSL0.160.780.24
HSV56°88°42°
CMYK 0.000.060.88   0.58
XYZ10.789712.46222.2175
Yxy12.46220.42360.4893
Hunter Lab35.3018-7.221320.9870
CIE-Lab41.9415-7.648445.2817

#6b650d color RGB value is (107,101,13).

#6b650d hex color red value is 107, green value is 101 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #6b650d hue: 0.16 , saturation: 0.78 and the lightness value of 6b650d is 0.24.

The process color (four color CMYK) of #6b650d color hex is 0.00, 0.06, 0.88, 0.58. Web safe color of #6b650d is #666600. Color #6b650d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01100101 00001101
Octal 153 145 15
Decimal 107 101 13
Hex 6B 65 D

RGB Percentages of Color #6b650d

%48.42
%45.70
%5.88

CMYK Percentages of Color #6b650d

%0
%6
%88
%58

Triadic Colors of #6b650d

#6b650d #0d6b65 #650d6b

Analogous Colors of #6b650d

#6b650d #426b0d #6b360d

Monochromatic Colors of #6b650d

#6b650d

Complementary Color

#6b650d #0d136b

#6b650d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b650d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b650d Color CSS Codes

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

#6b650d Text Font Color

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

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


#6b650d Background Color

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

This div background color is #6b650d


#6b650d Border Color

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

This div border color is #6b650d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b650d


Comments

No comments written yet.

Please login to write comment.