Color Hex Logo

#6b260e Color Hex

#6B260E
(107,38,14)
0 Favorites   0 Comments

Color spaces of #6b260e

RGB 1073814
HSL0.040.770.24
HSV15°87°42°
CMYK 0.000.640.87   0.58
XYZ6.83584.54370.9322
Yxy4.54370.55520.3691
Hunter Lab21.316019.940112.3283
CIE-Lab25.393129.513030.4475

#6b260e color RGB value is (107,38,14).

#6b260e hex color red value is 107, green value is 38 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #6b260e hue: 0.04 , saturation: 0.77 and the lightness value of 6b260e is 0.24.

The process color (four color CMYK) of #6b260e color hex is 0.00, 0.64, 0.87, 0.58. Web safe color of #6b260e is #663300. Color #6b260e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00100110 00001110
Octal 153 46 16
Decimal 107 38 14
Hex 6B 26 E

RGB Percentages of Color #6b260e

%67.30
%23.90
%8.81

CMYK Percentages of Color #6b260e

%0
%64
%87
%58

Triadic Colors of #6b260e

#6b260e #0e6b26 #260e6b

Analogous Colors of #6b260e

#6b260e #6b550e #6b0e24

Monochromatic Colors of #6b260e

#6b260e

Complementary Color

#6b260e #0e536b

#6b260e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b260e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b260e Color CSS Codes

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

#6b260e Text Font Color

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

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


#6b260e Background Color

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

This div background color is #6b260e


#6b260e Border Color

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

This div border color is #6b260e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b260e


Comments

No comments written yet.

Please login to write comment.