Color Hex Logo

#6b120a Color Hex

#6B120A
(107,18,10)
0 Favorites   0 Comments

Color spaces of #6b120a

RGB 1071810
HSL0.010.830.23
HSV91°42°
CMYK 0.000.830.91   0.58
XYZ6.33453.58030.6444
Yxy3.58030.59990.3391
Hunter Lab18.921726.644311.2260
CIE-Lab22.232437.924429.1145

#6b120a color RGB value is (107,18,10).

#6b120a hex color red value is 107, green value is 18 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #6b120a hue: 0.01 , saturation: 0.83 and the lightness value of 6b120a is 0.23.

The process color (four color CMYK) of #6b120a color hex is 0.00, 0.83, 0.91, 0.58. Web safe color of #6b120a is #660000. Color #6b120a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 00010010 00001010
Octal 153 22 12
Decimal 107 18 10
Hex 6B 12 A

RGB Percentages of Color #6b120a

%79.26
%13.33
%7.41

CMYK Percentages of Color #6b120a

%0
%83
%91
%58

Triadic Colors of #6b120a

#6b120a #0a6b12 #120a6b

Analogous Colors of #6b120a

#6b120a #6b430a #6b0a33

Monochromatic Colors of #6b120a

#6b120a

Complementary Color

#6b120a #0a636b

#6b120a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b120a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b120a Color CSS Codes

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

#6b120a Text Font Color

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

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


#6b120a Background Color

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

This div background color is #6b120a


#6b120a Border Color

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

This div border color is #6b120a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b120a


Comments

No comments written yet.

Please login to write comment.