Color Hex Logo

#634956 Color Hex

#634956
(99,73,86)
0 Favorites   0 Comments

Color spaces of #634956

RGB 997386
HSL0.920.150.34
HSV330°26°39°
CMYK 0.000.260.13   0.61
XYZ9.20788.08969.8802
Yxy8.08960.33880.2977
Hunter Lab28.44228.0132-0.6865
CIE-Lab34.168813.3925-3.3756

#634956 color RGB value is (99,73,86).

#634956 hex color red value is 99, green value is 73 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #634956 hue: 0.92 , saturation: 0.15 and the lightness value of 634956 is 0.34.

The process color (four color CMYK) of #634956 color hex is 0.00, 0.26, 0.13, 0.61. Web safe color of #634956 is #663366. Color #634956 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001001 01010110
Octal 143 111 126
Decimal 99 73 86
Hex 63 49 56

RGB Percentages of Color #634956

%38.37
%28.29
%33.33

CMYK Percentages of Color #634956

%0
%26
%13
%61

Triadic Colors of #634956

#634956 #566349 #495663

Analogous Colors of #634956

#634956 #634949 #634963

Monochromatic Colors of #634956

#634956

Complementary Color

#634956 #496356

#634956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#634956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#634956 Color CSS Codes

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

#634956 Text Font Color

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

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


#634956 Background Color

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

This div background color is #634956


#634956 Border Color

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

This div border color is #634956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #634956


Comments

No comments written yet.

Please login to write comment.