Color Hex Logo

#6b250e Color Hex

#6B250E
(107,37,14)
0 Favorites   0 Comments

Color spaces of #6b250e

RGB 1073714
HSL0.040.770.24
HSV15°87°42°
CMYK 0.000.650.87   0.58
XYZ6.80424.48060.9217
Yxy4.48060.55740.3671
Hunter Lab21.167420.335212.2355
CIE-Lab25.200630.021930.2658

#6b250e color RGB value is (107,37,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 00100101 00001110
Octal 153 45 16
Decimal 107 37 14
Hex 6B 25 E

RGB Percentages of Color #6b250e

%67.72
%23.42
%8.86

CMYK Percentages of Color #6b250e

%0
%65
%87
%58

Triadic Colors of #6b250e

#6b250e #0e6b25 #250e6b

Analogous Colors of #6b250e

#6b250e #6b540e #6b0e26

Monochromatic Colors of #6b250e

#6b250e

Complementary Color

#6b250e #0e546b

#6b250e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b250e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b250e Color CSS Codes

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

#6b250e Text Font Color

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

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


#6b250e Background Color

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

This div background color is #6b250e


#6b250e Border Color

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

This div border color is #6b250e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,37,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 #6b250e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b250e


Comments

No comments written yet.

Please login to write comment.