COLOR #6A5333

HEX: #6A5333
RGB: (106,83,51)

Color info

#6A5333 contains red, green and blue colors in about the same proportion. Web safe color of #6A5333 is #666633 (or #663).

RGB color model

#6A5333 color RGB value is (106,83,51).

  • red value is 106;
  • green value is 83;
  • blue value is 51.
RGB:
(106,83,51)
(42%,33%,20%)

RGB channels and saturation

R 106 of 255 = 42%
G 83 of 255 = 33%
B 51 of 255 = 20%

106
83
51

R + G + B ~ 32%. #6A5333 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 83 + 51 = 240 (100%)
R 106 of 240 ~ 44.17%
G 83 of 240 ~ 34.58%
B 51 of 240 ~ 21.25%

%44.17
%34.58
%21.25

CMYK color model

#6A5333 color CMYK value is (0,22,52,58).

  • cyan value is 0.00%
  • magenta value is 21.70%
  • yellow value is 51.89%
  • key color value is 58.43%
CMYK:
(0,22,52,58)
C0M22Y52K58 
(0%,22%,52%,58%)
(0.00/0.22/0.52/0.58)	

CMYK percentages

%0
%21.7
%51.89
%58.43

Codes

Color #6A5333 in popluar color models

6A5333
RGB1068351
HSL35°35.03%30.78%
HSB/HSV35°51.89%41.57%
CMYK0.00%21.70%51.89%
58.43%

Color #6A5333 in popluar number systems.

HEX6A5333
Decimal1068351
Binary11010101010011110011
Octal15212363

Shades and tints

Shades of #6A5333

#6A5333
(106,83,51)
#614C2F
(97,76,47)
#58452B
(88,69,43)
#4F3E27
(79,62,39)
#463723
(70,55,35)
#3D301F
(61,48,31)
#34291B
(52,41,27)
#2B2217
(43,34,23)
#221B13
(34,27,19)
#19140F
(25,20,15)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #6A5333

#6A5333
(106,83,51)
#776245
(119,98,69)
#847157
(132,113,87)
#918069
(145,128,105)
#9E8F7B
(158,143,123)
#AB9E8D
(171,158,141)
#B8AD9F
(184,173,159)
#C5BCB1
(197,188,177)
#D2CBC3
(210,203,195)
#DFDAD5
(223,218,213)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5333 color. Also use rgb(106,83,51) instead hex code.

Text Font Color

.myTextColor { color: #6A5333; }

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

This text font color is #6A5333.


Background Color

.myBgColor { background-color: #6A5333; }

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

This div background color is #6A5333.


Border color

.myBorderColor { border: 1px solid #6A5333; }

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

This div border color is #6A5333.


Opacity

.myOpacity80 { color: #6A5333; opacity: 0.8; }

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

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

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

This text has shadow with #6A5333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5333 on black background.


Color preview on white background

This text has color #6A5333 on white background.



Black color preview on #6A5333 background

This text has black color on #6A5333 background.


White color preview on #6A5333 background

This text has white color on #6A5333 background.