COLOR #6F635C

HEX: #6F635C RGB: (111,99,92)

Color info

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

RGB color model

#6F635C color RGB value is (111,99,92).

RGB: (111,99,92) (44%, 39%, 36%)

RGB channels and saturation

R 111 of 255 = 44%
G 99 of 255 = 39%
B 92 of 255 = 36%

111
99
92

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

Portions of RGB colors in percentages

R + G + B = 111 + 99 + 92 = 302 (100%)
R 111 of 302 ~ 36.75%
G 99 of 302 ~ 32.78%
B 92 of 302 ~ 30.46'%

%36.75
%32.78
%30.46

CMYK color model

#6F635C color CMYK value is (0,11,17,56).

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

CMYK: (0,11,17,56)
C0M11Y17K56 (0%, 11%, 17%, 56%)
(0.00 / 0.11 / 0.17 / 0.56)

CMYK percentages

%0
%10.81
%17.12
%56.47

Codes

Color #6F635C in popluar color models

6F 63 5C
RGB 111 99 92
HSL 22° 9.36% 39.80%
HSB/HSV 22° 17.12% 43.53%
CMYK 0.00% 10.81% 17.12%
56.47%

Color #6F635C in popluar number systems.

HEX 6F 63 5C
Decimal 111 99 92
Binary 1101111 1100011 1011100
Octal 157 143 134

Shades and tints

Shades of #6F635C

#6F635C
(111,99,92)
#655A54
(101,90,84)
#5B514C
(91,81,76)
#514844
(81,72,68)
#473F3C
(71,63,60)
#3D3634
(61,54,52)
#332D2C
(51,45,44)
#292424
(41,36,36)
#1F1B1C
(31,27,28)
#151214
(21,18,20)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #6F635C

#6F635C
(111,99,92)
#7C716A
(124,113,106)
#897F78
(137,127,120)
#968D86
(150,141,134)
#A39B94
(163,155,148)
#B0A9A2
(176,169,162)
#BDB7B0
(189,183,176)
#CAC5BE
(202,197,190)
#D7D3CC
(215,211,204)
#E4E1DA
(228,225,218)
#F1EFE8
(241,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F635C; }

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

This text font color is #6F635C.

Background Color

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

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

This div background color is #6F635C.

Border color

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

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

This div border color is #6F635C.

Opacity

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

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

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

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

This text has shadow with #6F635C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F635C.

Preview

Color preview on black background

This text has color #6F635C on black background.


Color preview on white background

This text has color #6F635C on white background.


Black color preview on #6F635C background

This text has black color on #6F635C background.


White color preview on #6F635C background

This text has white color on #6F635C background.


Related colors

Complementary color

Complementary color for #hex is #909CA3.


I love getcolorcode.com

Triadic colors

1 #5C6F63 and #635C6F with #6F635C are triadic colors.

2 #5C636F and #636F5C with #6F635C are triadic colors.