COLOR #6A836B

HEX: #6A836B RGB: (106,131,107)

Color info

#6A836B contains red, green and blue colors in about the same proportion. Web safe color of #6A836B is #669966 (or #696).

RGB color model

#6A836B color RGB value is (106,131,107).

RGB: (106,131,107) (42%, 51%, 42%)

RGB channels and saturation

R 106 of 255 = 42%
G 131 of 255 = 51%
B 107 of 255 = 42%

106
131
107

R + G + B ~ 45%. #6A836B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 106 + 131 + 107 = 344 (100%)
R 106 of 344 ~ 30.81%
G 131 of 344 ~ 38.08%
B 107 of 344 ~ 31.1'%

%30.81
%38.08
%31.1

CMYK color model

#6A836B color CMYK value is (19,0,18,49).

  • cyan value is 19.08%
  • magenta value is 0.00%
  • yellow value is 18.32%
  • key color value is 48.63%

CMYK: (19,0,18,49)
C19M0Y18K49 (19%, 0%, 18%, 49%)
(0.19 / 0.00 / 0.18 / 0.49)

CMYK percentages

%19.08
%0
%18.32
%48.63

Codes

Color #6A836B in popluar color models

6A 83 6B
RGB 106 131 107
HSL 122° 10.55% 46.47%
HSB/HSV 122° 19.08% 51.37%
CMYK 19.08% 0.00% 18.32%
48.63%

Color #6A836B in popluar number systems.

HEX 6A 83 6B
Decimal 106 131 107
Binary 1101010 10000011 1101011
Octal 152 203 153

Shades and tints

Shades of #6A836B

#6A836B
(106,131,107)
#617862
(97,120,98)
#586D59
(88,109,89)
#4F6250
(79,98,80)
#465747
(70,87,71)
#3D4C3E
(61,76,62)
#344135
(52,65,53)
#2B362C
(43,54,44)
#222B23
(34,43,35)
#19201A
(25,32,26)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #6A836B

#6A836B
(106,131,107)
#778E78
(119,142,120)
#849985
(132,153,133)
#91A492
(145,164,146)
#9EAF9F
(158,175,159)
#ABBAAC
(171,186,172)
#B8C5B9
(184,197,185)
#C5D0C6
(197,208,198)
#D2DBD3
(210,219,211)
#DFE6E0
(223,230,224)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A836B color. Also use rgb(106,131,107) instead hex code.

Text Font Color

.myTextColor { color: #6A836B; }

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

This text font color is #6A836B.

Background Color

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

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

This div background color is #6A836B.

Border color

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

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

This div border color is #6A836B.

Opacity

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

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

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

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

This text has shadow with #6A836B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A836B.

Preview

Color preview on black background

This text has color #6A836B on black background.


Color preview on white background

This text has color #6A836B on white background.


Black color preview on #6A836B background

This text has black color on #6A836B background.


White color preview on #6A836B background

This text has white color on #6A836B background.


Related colors

Complementary color

Complementary color for #hex is #957C94.


I love getcolorcode.com

Triadic colors

1 #6B6A83 and #836B6A with #6A836B are triadic colors.

2 #6B836A and #836A6B with #6A836B are triadic colors.