Color Hex Logo

#635505 Color Hex

#635505
(99,85,5)
0 Favorites   0 Comments

Color spaces of #635505

RGB 99855
HSL0.140.900.20
HSV51°95°39°
CMYK 0.000.140.95   0.61
XYZ8.42159.16061.4679
Yxy9.16060.44210.4809
Hunter Lab30.2665-3.299618.3110
CIE-Lab36.2917-2.489942.5579

#635505 color RGB value is (99,85,5).

#635505 hex color red value is 99, green value is 85 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #635505 hue: 0.14 , saturation: 0.90 and the lightness value of 635505 is 0.20.

The process color (four color CMYK) of #635505 color hex is 0.00, 0.14, 0.95, 0.61. Web safe color of #635505 is #666600. Color #635505 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010101 00000101
Octal 143 125 5
Decimal 99 85 5
Hex 63 55 5

RGB Percentages of Color #635505

%52.38
%44.97
%2.65

CMYK Percentages of Color #635505

%0
%14
%95
%61

Triadic Colors of #635505

#635505 #056355 #550563

Analogous Colors of #635505

#635505 #426305 #632605

Monochromatic Colors of #635505

#635505

Complementary Color

#635505 #051363

#635505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#635505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#635505 Color CSS Codes

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

#635505 Text Font Color

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

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


#635505 Background Color

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

This div background color is #635505


#635505 Border Color

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

This div border color is #635505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #635505


Comments

No comments written yet.

Please login to write comment.