Color Hex Logo

#635612 Color Hex

#635612
(99,86,18)
0 Favorites   0 Comments

Color spaces of #635612

RGB 998618
HSL0.140.690.23
HSV50°82°39°
CMYK 0.000.130.82   0.61
XYZ8.58269.35191.9250
Yxy9.35190.43220.4709
Hunter Lab30.5809-3.420117.6744
CIE-Lab36.6532-2.635738.6794

#635612 color RGB value is (99,86,18).

#635612 hex color red value is 99, green value is 86 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #635612 hue: 0.14 , saturation: 0.69 and the lightness value of 635612 is 0.23.

The process color (four color CMYK) of #635612 color hex is 0.00, 0.13, 0.82, 0.61. Web safe color of #635612 is #666600. Color #635612 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010110 00010010
Octal 143 126 22
Decimal 99 86 18
Hex 63 56 12

RGB Percentages of Color #635612

%48.77
%42.36
%8.87

CMYK Percentages of Color #635612

%0
%13
%82
%61

Triadic Colors of #635612

#635612 #126356 #561263

Analogous Colors of #635612

#635612 #486312 #632e12

Monochromatic Colors of #635612

#635612

Complementary Color

#635612 #121f63

#635612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#635612 Color CSS Codes

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

#635612 Text Font Color

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

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


#635612 Background Color

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

This div background color is #635612


#635612 Border Color

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

This div border color is #635612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635612


Comments

No comments written yet.

Please login to write comment.