Color Hex Logo

#675612 Color Hex

#675612
(103,86,18)
0 Favorites   0 Comments

Color spaces of #675612

RGB 1038618
HSL0.130.700.24
HSV48°83°40°
CMYK 0.000.170.83   0.60
XYZ9.03059.58281.9460
Yxy9.58280.43920.4661
Hunter Lab30.9561-2.101217.9421
CIE-Lab37.0830-0.652239.2317

#675612 color RGB value is (103,86,18).

#675612 hex color red value is 103, green value is 86 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #675612 hue: 0.13 , saturation: 0.70 and the lightness value of 675612 is 0.24.

The process color (four color CMYK) of #675612 color hex is 0.00, 0.17, 0.83, 0.60. Web safe color of #675612 is #666600. Color #675612 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01010110 00010010
Octal 147 126 22
Decimal 103 86 18
Hex 67 56 12

RGB Percentages of Color #675612

%49.76
%41.55
%8.70

CMYK Percentages of Color #675612

%0
%17
%83
%60

Triadic Colors of #675612

#675612 #126756 #561267

Analogous Colors of #675612

#675612 #4e6712 #672c12

Monochromatic Colors of #675612

#675612

Complementary Color

#675612 #122367

#675612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#675612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#675612 Color CSS Codes

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

#675612 Text Font Color

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

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


#675612 Background Color

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

This div background color is #675612


#675612 Border Color

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

This div border color is #675612


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,86,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #675612; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #675612;
  -webkit-box-shadow: 1px 1px 3px 2px #675612;
  box-shadow:         1px 1px 3px 2px #675612; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #675612


Comments

No comments written yet.

Please login to write comment.