COLOR #634006

HEX: #634006
RGB: (99,64,6)

Color info

#634006 contains mainly red and green colors. Web safe color of #634006 is #663300 (or #630).

RGB color model

#634006 color RGB value is (99,64,6).

  • red value is 99;
  • green value is 64;
  • blue value is 6.
RGB:
(99,64,6)
(39%,25%,2%)

RGB channels and saturation

R 99 of 255 = 39%
G 64 of 255 = 25%
B 6 of 255 = 2%

99
64
6

R + G + B ~ 22%. #634006 is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 64 + 6 = 169 (100%)
R 99 of 169 ~ 58.58%
G 64 of 169 ~ 37.87%
B 6 of 169 ~ 3.55%

%58.58
%37.87

CMYK color model

#634006 color CMYK value is (0,35,94,61).

  • cyan value is 0.00%
  • magenta value is 35.35%
  • yellow value is 93.94%
  • key color value is 61.18%
CMYK:
(0,35,94,61)
C0M35Y94K61 
(0%,35%,94%,61%)
(0.00/0.35/0.94/0.61)	

CMYK percentages

%0
%35.35
%93.94
%61.18

Codes

Color #634006 in popluar color models

634006
RGB99646
HSL37°88.57%20.59%
HSB/HSV37°93.94%38.82%
CMYK0.00%35.35%93.94%
61.18%

Color #634006 in popluar number systems.

HEX634006
Decimal99646
Binary11000111000000110
Octal1431006

Shades and tints

Shades of #634006

#634006
(99,64,6)
#5A3B06
(90,59,6)
#513606
(81,54,6)
#483106
(72,49,6)
#3F2C06
(63,44,6)
#362706
(54,39,6)
#2D2206
(45,34,6)
#241D06
(36,29,6)
#1B1806
(27,24,6)
#121306
(18,19,6)
#090E06
(9,14,6)
#000000
(0,0,0)

Tints of #634006

#634006
(99,64,6)
#71511C
(113,81,28)
#7F6232
(127,98,50)
#8D7348
(141,115,72)
#9B845E
(155,132,94)
#A99574
(169,149,116)
#B7A68A
(183,166,138)
#C5B7A0
(197,183,160)
#D3C8B6
(211,200,182)
#E1D9CC
(225,217,204)
#EFEAE2
(239,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #634006 color. Also use rgb(99,64,6) instead hex code.

Text Font Color

.myTextColor { color: #634006; }

<p style="color:#634006">This sample text font color is #634006.</p>

This text font color is #634006.


Background Color

.myBgColor { background-color: #634006; }

<div style="background-color:#634006">Inner text</div>

This div background color is #634006.


Border color

.myBorderColor { border: 1px solid #634006; }

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

This div border color is #634006.


Opacity

.myOpacity80 { color: #634006; opacity: 0.8; }

<p style="color:#634006;opacity:0.8;">80%</p>

Text with #634006 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #634006;}

<p style="text-shadow: 3px 3px 1px #634006">Text here.</p>

This text has shadow with #634006 color.

.textShadow {text-shadow: 3px 3px 1px #634006, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #634006, 5px 5px 20px red">Text here.</p>

This text has shadow with #634006 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#634006, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#634006, Direction=45, Strength=4)">Text</p>

This text has shadow with #634006 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #634006;
  -webkit-box-shadow:	1px 1px 3px 2px #634006;
  box-shadow:		1px 1px 3px 2px #634006;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #634006;
-webkit-box-shadow: 1px 1px 3px 2px #634006;
box-shadow:1px 1px 3px 2px #634006;">
Div content here</div>
This div box has shadow with color #634006.

Preview

Color preview on black background

This text has color #634006 on black background.


Color preview on white background

This text has color #634006 on white background.



Black color preview on #634006 background

This text has black color on #634006 background.


White color preview on #634006 background

This text has white color on #634006 background.