COLOR #6A754B

HEX: #6A754B RGB: (106,117,75)

Color info

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

RGB color model

#6A754B color RGB value is (106,117,75).

RGB: (106,117,75) (42%, 46%, 29%)

RGB channels and saturation

R 106 of 255 = 42%
G 117 of 255 = 46%
B 75 of 255 = 29%

106
117
75

R + G + B ~ 39%. #6A754B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 117 + 75 = 298 (100%)
R 106 of 298 ~ 35.57%
G 117 of 298 ~ 39.26%
B 75 of 298 ~ 25.17'%

%35.57
%39.26
%25.17

CMYK color model

#6A754B color CMYK value is (9,0,36,54).

  • cyan value is 9.40%
  • magenta value is 0.00%
  • yellow value is 35.90%
  • key color value is 54.12%

CMYK: (9,0,36,54)
C9M0Y36K54 (9%, 0%, 36%, 54%)
(0.09 / 0.00 / 0.36 / 0.54)

CMYK percentages

%9.4
%0
%35.9
%54.12

Codes

Color #6A754B in popluar color models

6A 75 4B
RGB 106 117 75
HSL 76° 21.88% 37.65%
HSB/HSV 76° 35.90% 45.88%
CMYK 9.40% 0.00% 35.90%
54.12%

Color #6A754B in popluar number systems.

HEX 6A 75 4B
Decimal 106 117 75
Binary 1101010 1110101 1001011
Octal 152 165 113

Shades and tints

Shades of #6A754B

#6A754B
(106,117,75)
#616B45
(97,107,69)
#58613F
(88,97,63)
#4F5739
(79,87,57)
#464D33
(70,77,51)
#3D432D
(61,67,45)
#343927
(52,57,39)
#2B2F21
(43,47,33)
#22251B
(34,37,27)
#191B15
(25,27,21)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #6A754B

#6A754B
(106,117,75)
#77815B
(119,129,91)
#848D6B
(132,141,107)
#91997B
(145,153,123)
#9EA58B
(158,165,139)
#ABB19B
(171,177,155)
#B8BDAB
(184,189,171)
#C5C9BB
(197,201,187)
#D2D5CB
(210,213,203)
#DFE1DB
(223,225,219)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A754B color. Also use rgb(106,117,75) instead hex code.

Text Font Color

.myTextColor { color: #6A754B; }

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

This text font color is #6A754B.

Background Color

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

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

This div background color is #6A754B.

Border color

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

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

This div border color is #6A754B.

Opacity

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

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

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

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

This text has shadow with #6A754B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A754B.

Preview

Color preview on black background

This text has color #6A754B on black background.


Color preview on white background

This text has color #6A754B on white background.


Black color preview on #6A754B background

This text has black color on #6A754B background.


White color preview on #6A754B background

This text has white color on #6A754B background.


Related colors

Complementary color

Complementary color for #hex is #958AB4.


I love getcolorcode.com

Triadic colors

1 #4B6A75 and #754B6A with #6A754B are triadic colors.

2 #4B756A and #756A4B with #6A754B are triadic colors.