COLOR #6B856C

HEX: #6B856C RGB: (107,133,108)

Color info

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

RGB color model

#6B856C color RGB value is (107,133,108).

RGB: (107,133,108) (42%, 52%, 42%)

RGB channels and saturation

R 107 of 255 = 42%
G 133 of 255 = 52%
B 108 of 255 = 42%

107
133
108

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

Portions of RGB colors in percentages

R + G + B = 107 + 133 + 108 = 348 (100%)
R 107 of 348 ~ 30.75%
G 133 of 348 ~ 38.22%
B 108 of 348 ~ 31.03'%

%30.75
%38.22
%31.03

CMYK color model

#6B856C color CMYK value is (20,0,19,48).

  • cyan value is 19.55%
  • magenta value is 0.00%
  • yellow value is 18.80%
  • key color value is 47.84%

CMYK: (20,0,19,48)
C20M0Y19K48 (20%, 0%, 19%, 48%)
(0.20 / 0.00 / 0.19 / 0.48)

CMYK percentages

%19.55
%0
%18.8
%47.84

Codes

Color #6B856C in popluar color models

6B 85 6C
RGB 107 133 108
HSL 122° 10.83% 47.06%
HSB/HSV 122° 19.55% 52.16%
CMYK 19.55% 0.00% 18.80%
47.84%

Color #6B856C in popluar number systems.

HEX 6B 85 6C
Decimal 107 133 108
Binary 1101011 10000101 1101100
Octal 153 205 154

Shades and tints

Shades of #6B856C

#6B856C
(107,133,108)
#627963
(98,121,99)
#596D5A
(89,109,90)
#506151
(80,97,81)
#475548
(71,85,72)
#3E493F
(62,73,63)
#353D36
(53,61,54)
#2C312D
(44,49,45)
#232524
(35,37,36)
#1A191B
(26,25,27)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #6B856C

#6B856C
(107,133,108)
#789079
(120,144,121)
#859B86
(133,155,134)
#92A693
(146,166,147)
#9FB1A0
(159,177,160)
#ACBCAD
(172,188,173)
#B9C7BA
(185,199,186)
#C6D2C7
(198,210,199)
#D3DDD4
(211,221,212)
#E0E8E1
(224,232,225)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B856C color. Also use rgb(107,133,108) instead hex code.

Text Font Color

.myTextColor { color: #6B856C; }

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

This text font color is #6B856C.

Background Color

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

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

This div background color is #6B856C.

Border color

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

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

This div border color is #6B856C.

Opacity

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

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

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

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

This text has shadow with #6B856C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B856C.

Preview

Color preview on black background

This text has color #6B856C on black background.


Color preview on white background

This text has color #6B856C on white background.


Black color preview on #6B856C background

This text has black color on #6B856C background.


White color preview on #6B856C background

This text has white color on #6B856C background.


Related colors

Complementary color

Complementary color for #hex is #947A93.


I love getcolorcode.com

Triadic colors

1 #6C6B85 and #856C6B with #6B856C are triadic colors.

2 #6C856B and #856B6C with #6B856C are triadic colors.