COLOR #6A886B

HEX: #6A886B
RGB: (106,136,107)

Color info

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

RGB color model

#6A886B color RGB value is (106,136,107).

  • red value is 106;
  • green value is 136;
  • blue value is 107.
RGB:
(106,136,107)
(42%,53%,42%)

RGB channels and saturation

R 106 of 255 = 42%
G 136 of 255 = 53%
B 107 of 255 = 42%

106
136
107

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

Portions of RGB colors in percentages

R + G + B =
106 + 136 + 107 = 349 (100%)
R 106 of 349 ~ 30.37%
G 136 of 349 ~ 38.97%
B 107 of 349 ~ 30.66%

%30.37
%38.97
%30.66

CMYK color model

#6A886B color CMYK value is (22,0,21,47).

  • cyan value is 22.06%
  • magenta value is 0.00%
  • yellow value is 21.32%
  • key color value is 46.67%
CMYK:
(22,0,21,47)
C22M0Y21K47 
(22%,0%,21%,47%)
(0.22/0.00/0.21/0.47)	

CMYK percentages

%22.06
%0
%21.32
%46.67

Codes

Color #6A886B in popluar color models

6A886B
RGB106136107
HSL122°12.40%47.45%
HSB/HSV122°22.06%53.33%
CMYK22.06%0.00%21.32%
46.67%

Color #6A886B in popluar number systems.

HEX6A886B
Decimal106136107
Binary1101010100010001101011
Octal152210153

Shades and tints

Shades of #6A886B

#6A886B
(106,136,107)
#617C62
(97,124,98)
#587059
(88,112,89)
#4F6450
(79,100,80)
#465847
(70,88,71)
#3D4C3E
(61,76,62)
#344035
(52,64,53)
#2B342C
(43,52,44)
#222823
(34,40,35)
#191C1A
(25,28,26)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #6A886B

#6A886B
(106,136,107)
#779278
(119,146,120)
#849C85
(132,156,133)
#91A692
(145,166,146)
#9EB09F
(158,176,159)
#ABBAAC
(171,186,172)
#B8C4B9
(184,196,185)
#C5CEC6
(197,206,198)
#D2D8D3
(210,216,211)
#DFE2E0
(223,226,224)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A886B; }

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

This text font color is #6A886B.


Background Color

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

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

This div background color is #6A886B.


Border color

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

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

This div border color is #6A886B.


Opacity

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

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

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

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

This text has shadow with #6A886B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A886B on black background.


Color preview on white background

This text has color #6A886B on white background.



Black color preview on #6A886B background

This text has black color on #6A886B background.


White color preview on #6A886B background

This text has white color on #6A886B background.