COLOR #6A5833

HEX: #6A5833 RGB: (106,88,51)

Color info

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

RGB color model

#6A5833 color RGB value is (106,88,51).

RGB: (106,88,51) (42%, 35%, 20%)

RGB channels and saturation

R 106 of 255 = 42%
G 88 of 255 = 35%
B 51 of 255 = 20%

106
88
51

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

Portions of RGB colors in percentages

R + G + B = 106 + 88 + 51 = 245 (100%)
R 106 of 245 ~ 43.27%
G 88 of 245 ~ 35.92%
B 51 of 245 ~ 20.82'%

%43.27
%35.92
%20.82

CMYK color model

#6A5833 color CMYK value is (0,17,52,58).

  • cyan value is 0.00%
  • magenta value is 16.98%
  • yellow value is 51.89%
  • key color value is 58.43%
CMYK: (0,17,52,58) C0M17Y52K58 (0%,17%,52%,58%) (0.00/0.17/0.52/0.58) 

CMYK percentages

%0
%16.98
%51.89
%58.43

Codes

Color #6A5833 in popluar color models

6A 58 33
RGB 106 88 51
HSL 40° 35.03% 30.78%
HSB/HSV 40° 51.89% 41.57%
CMYK 0.00% 16.98% 51.89%
58.43%

Color #6A5833 in popluar number systems.

HEX 6A 58 33
Decimal 106 88 51
Binary 1101010 1011000 110011
Octal 152 130 63

Shades and tints

Shades of #6A5833

#6A5833
(106,88,51)
#61502F
(97,80,47)
#58482B
(88,72,43)
#4F4027
(79,64,39)
#463823
(70,56,35)
#3D301F
(61,48,31)
#34281B
(52,40,27)
#2B2017
(43,32,23)
#221813
(34,24,19)
#19100F
(25,16,15)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #6A5833

#6A5833
(106,88,51)
#776745
(119,103,69)
#847657
(132,118,87)
#918569
(145,133,105)
#9E947B
(158,148,123)
#ABA38D
(171,163,141)
#B8B29F
(184,178,159)
#C5C1B1
(197,193,177)
#D2D0C3
(210,208,195)
#DFDFD5
(223,223,213)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5833; }

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

This text font color is #6A5833.

Background Color

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

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

This div background color is #6A5833.

Border color

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

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

This div border color is #6A5833.

Opacity

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

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

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

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

This text has shadow with #6A5833 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A5833.

Preview

Color preview on black background

This text has color #6A5833 on black background.


Color preview on white background

This text has color #6A5833 on white background.


Black color preview on #6A5833 background

This text has black color on #6A5833 background.


White color preview on #6A5833 background

This text has white color on #6A5833 background.


Related colors

Complementary color

Complementary color for #hex is #95A7CC.


I love getcolorcode.com

Triadic colors

1 #336A58 and #58336A with #6A5833 are triadic colors.

2 #33586A and #586A33 with #6A5833 are triadic colors.