Color Hex Logo

#635010 Color Hex

#635010
(99,80,16)
0 Favorites   0 Comments

Color spaces of #635010

RGB 998016
HSL0.130.720.23
HSV46°84°39°
CMYK 0.000.190.84   0.61
XYZ8.10788.42741.6895
Yxy8.42740.44490.4624
Hunter Lab29.0300-0.949116.8704
CIE-Lab34.85760.888737.8014

#635010 color RGB value is (99,80,16).

#635010 hex color red value is 99, green value is 80 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #635010 hue: 0.13 , saturation: 0.72 and the lightness value of 635010 is 0.23.

The process color (four color CMYK) of #635010 color hex is 0.00, 0.19, 0.84, 0.61. Web safe color of #635010 is #666600. Color #635010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010000 00010000
Octal 143 120 20
Decimal 99 80 16
Hex 63 50 10

RGB Percentages of Color #635010

%50.77
%41.03
%8.21

CMYK Percentages of Color #635010

%0
%19
%84
%61

Triadic Colors of #635010

#635010 #106350 #501063

Analogous Colors of #635010

#635010 #4d6310 #632710

Monochromatic Colors of #635010

#635010

Complementary Color

#635010 #102363

#635010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#635010 Color CSS Codes

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

#635010 Text Font Color

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

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


#635010 Background Color

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

This div background color is #635010


#635010 Border Color

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

This div border color is #635010


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,80,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635010


Comments

No comments written yet.

Please login to write comment.