Color Hex Logo

#6a430c Color Hex

#6A430C
(106,67,12)
0 Favorites   0 Comments

Color spaces of #6a430c

RGB 1066712
HSL0.100.800.23
HSV35°89°42°
CMYK 0.000.370.89   0.58
XYZ8.01747.10501.2967
Yxy7.10500.48830.4327
Hunter Lab26.65527.042915.7744
CIE-Lab32.044812.191937.1631

#6a430c color RGB value is (106,67,12).

#6a430c hex color red value is 106, green value is 67 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #6a430c hue: 0.10 , saturation: 0.80 and the lightness value of 6a430c is 0.23.

The process color (four color CMYK) of #6a430c color hex is 0.00, 0.37, 0.89, 0.58. Web safe color of #6a430c is #663300. Color #6a430c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 01000011 00001100
Octal 152 103 14
Decimal 106 67 12
Hex 6A 43 C

RGB Percentages of Color #6a430c

%57.30
%36.22
%6.49

CMYK Percentages of Color #6a430c

%0
%37
%89
%58

Triadic Colors of #6a430c

#6a430c #0c6a43 #430c6a

Analogous Colors of #6a430c

#6a430c #626a0c #6a140c

Monochromatic Colors of #6a430c

#6a430c

Complementary Color

#6a430c #0c336a

#6a430c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a430c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a430c Color CSS Codes

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

#6a430c Text Font Color

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

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


#6a430c Background Color

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

This div background color is #6a430c


#6a430c Border Color

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

This div border color is #6a430c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,67,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a430c


Comments

No comments written yet.

Please login to write comment.