COLOR #6F6A63

HEX: #6F6A63 RGB: (111,106,99)

Color info

#6F6A63 contains red, green and blue colors in about the same proportion. Web safe color of #6F6A63 is #666666 (or #666).

RGB color model

#6F6A63 color RGB value is (111,106,99).

RGB: (111,106,99) (44%, 42%, 39%)

RGB channels and saturation

R 111 of 255 = 44%
G 106 of 255 = 42%
B 99 of 255 = 39%

111
106
99

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

Portions of RGB colors in percentages

R + G + B = 111 + 106 + 99 = 316 (100%)
R 111 of 316 ~ 35.13%
G 106 of 316 ~ 33.54%
B 99 of 316 ~ 31.33'%

%35.13
%33.54
%31.33

CMYK color model

#6F6A63 color CMYK value is (0,5,11,56).

  • cyan value is 0.00%
  • magenta value is 4.50%
  • yellow value is 10.81%
  • key color value is 56.47%

CMYK: (0,5,11,56)
C0M5Y11K56 (0%, 5%, 11%, 56%)
(0.00 / 0.05 / 0.11 / 0.56)

CMYK percentages

%0
%4.5
%10.81
%56.47

Codes

Color #6F6A63 in popluar color models

6F 6A 63
RGB 111 106 99
HSL 35° 5.71% 41.18%
HSB/HSV 35° 10.81% 43.53%
CMYK 0.00% 4.50% 10.81%
56.47%

Color #6F6A63 in popluar number systems.

HEX 6F 6A 63
Decimal 111 106 99
Binary 1101111 1101010 1100011
Octal 157 152 143

Shades and tints

Shades of #6F6A63

#6F6A63
(111,106,99)
#65615A
(101,97,90)
#5B5851
(91,88,81)
#514F48
(81,79,72)
#47463F
(71,70,63)
#3D3D36
(61,61,54)
#33342D
(51,52,45)
#292B24
(41,43,36)
#1F221B
(31,34,27)
#151912
(21,25,18)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #6F6A63

#6F6A63
(111,106,99)
#7C7771
(124,119,113)
#89847F
(137,132,127)
#96918D
(150,145,141)
#A39E9B
(163,158,155)
#B0ABA9
(176,171,169)
#BDB8B7
(189,184,183)
#CAC5C5
(202,197,197)
#D7D2D3
(215,210,211)
#E4DFE1
(228,223,225)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6A63 color. Also use rgb(111,106,99) instead hex code.

Text Font Color

.myTextColor { color: #6F6A63; }

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

This text font color is #6F6A63.

Background Color

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

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

This div background color is #6F6A63.

Border color

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

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

This div border color is #6F6A63.

Opacity

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

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

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

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

This text has shadow with #6F6A63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6A63.

Preview

Color preview on black background

This text has color #6F6A63 on black background.


Color preview on white background

This text has color #6F6A63 on white background.


Black color preview on #6F6A63 background

This text has black color on #6F6A63 background.


White color preview on #6F6A63 background

This text has white color on #6F6A63 background.


Related colors

Complementary color

Complementary color for #hex is #90959C.


I love getcolorcode.com

Triadic colors

1 #636F6A and #6A636F with #6F6A63 are triadic colors.

2 #636A6F and #6A6F63 with #6F6A63 are triadic colors.