COLOR #806633

HEX: #806633
RGB: (128,102,51)

Color info

#806633 contains mainly red and green colors. Web safe color of #806633 is #666633 (or #663).

RGB color model

#806633 color RGB value is (128,102,51).

  • red value is 128;
  • green value is 102;
  • blue value is 51.
RGB:
(128,102,51)
(50%,40%,20%)

RGB channels and saturation

R 128 of 255 = 50%
G 102 of 255 = 40%
B 51 of 255 = 20%

128
102
51

R + G + B ~ 37%. #806633 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 102 + 51 = 281 (100%)
R 128 of 281 ~ 45.55%
G 102 of 281 ~ 36.3%
B 51 of 281 ~ 18.15%

%45.55
%36.3
%18.15

CMYK color model

#806633 color CMYK value is (0,20,60,50).

  • cyan value is 0.00%
  • magenta value is 20.31%
  • yellow value is 60.16%
  • key color value is 49.80%
CMYK:
(0,20,60,50)
C0M20Y60K50 
(0%,20%,60%,50%)
(0.00/0.20/0.60/0.50)	

CMYK percentages

%0
%20.31
%60.16
%49.8

Codes

Color #806633 in popluar color models

806633
RGB12810251
HSL40°43.02%35.10%
HSB/HSV40°60.16%50.20%
CMYK0.00%20.31%60.16%
49.80%

Color #806633 in popluar number systems.

HEX806633
Decimal12810251
Binary100000001100110110011
Octal20014663

Shades and tints

Shades of #806633

#806633
(128,102,51)
#755D2F
(117,93,47)
#6A542B
(106,84,43)
#5F4B27
(95,75,39)
#544223
(84,66,35)
#49391F
(73,57,31)
#3E301B
(62,48,27)
#332717
(51,39,23)
#281E13
(40,30,19)
#1D150F
(29,21,15)
#120C0B
(18,12,11)
#000000
(0,0,0)

Tints of #806633

#806633
(128,102,51)
#8B7345
(139,115,69)
#968057
(150,128,87)
#A18D69
(161,141,105)
#AC9A7B
(172,154,123)
#B7A78D
(183,167,141)
#C2B49F
(194,180,159)
#CDC1B1
(205,193,177)
#D8CEC3
(216,206,195)
#E3DBD5
(227,219,213)
#EEE8E7
(238,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806633 color. Also use rgb(128,102,51) instead hex code.

Text Font Color

.myTextColor { color: #806633; }

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

This text font color is #806633.


Background Color

.myBgColor { background-color: #806633; }

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

This div background color is #806633.


Border color

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

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

This div border color is #806633.


Opacity

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

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

Text with #806633 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 #806633;}

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

This text has shadow with #806633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806633 on black background.


Color preview on white background

This text has color #806633 on white background.



Black color preview on #806633 background

This text has black color on #806633 background.


White color preview on #806633 background

This text has white color on #806633 background.