Color Hex Logo

#6a310a Color Hex

#6A310A
(106,49,10)
0 Favorites   0 Comments

Color spaces of #6a310a

RGB 1064910
HSL0.070.830.23
HSV24°91°42°
CMYK 0.000.540.91   0.58
XYZ7.09705.28270.9328
Yxy5.28270.53310.3968
Hunter Lab22.984114.894713.6826
CIE-Lab27.525522.937234.1154

#6a310a color RGB value is (106,49,10).

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

The process color (four color CMYK) of #6a310a color hex is 0.00, 0.54, 0.91, 0.58. Web safe color of #6a310a is #663300. Color #6a310a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00110001 00001010
Octal 152 61 12
Decimal 106 49 10
Hex 6A 31 A

RGB Percentages of Color #6a310a

%64.24
%29.70
%6.06

CMYK Percentages of Color #6a310a

%0
%54
%91
%58

Triadic Colors of #6a310a

#6a310a #0a6a31 #310a6a

Analogous Colors of #6a310a

#6a310a #6a610a #6a0a13

Monochromatic Colors of #6a310a

#6a310a

Complementary Color

#6a310a #0a436a

#6a310a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a310a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a310a Color CSS Codes

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

#6a310a Text Font Color

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

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


#6a310a Background Color

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

This div background color is #6a310a


#6a310a Border Color

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

This div border color is #6a310a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a310a


Comments

No comments written yet.

Please login to write comment.