COLOR #6F634C

HEX: #6F634C
RGB: (111,99,76)

Color info

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

RGB color model

#6F634C color RGB value is (111,99,76).

  • red value is 111;
  • green value is 99;
  • blue value is 76.
RGB:
(111,99,76)
(44%,39%,30%)

RGB channels and saturation

R 111 of 255 = 44%
G 99 of 255 = 39%
B 76 of 255 = 30%

111
99
76

R + G + B ~ 38%. #6F634C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 99 + 76 = 286 (100%)
R 111 of 286 ~ 38.81%
G 99 of 286 ~ 34.62%
B 76 of 286 ~ 26.57%

%38.81
%34.62
%26.57

CMYK color model

#6F634C color CMYK value is (0,11,32,56).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 31.53%
  • key color value is 56.47%
CMYK:
(0,11,32,56)
C0M11Y32K56 
(0%,11%,32%,56%)
(0.00/0.11/0.32/0.56)	

CMYK percentages

%0
%10.81
%31.53
%56.47

Codes

Color #6F634C in popluar color models

6F634C
RGB1119976
HSL39°18.72%36.67%
HSB/HSV39°31.53%43.53%
CMYK0.00%10.81%31.53%
56.47%

Color #6F634C in popluar number systems.

HEX6F634C
Decimal1119976
Binary110111111000111001100
Octal157143114

Shades and tints

Shades of #6F634C

#6F634C
(111,99,76)
#655A46
(101,90,70)
#5B5140
(91,81,64)
#51483A
(81,72,58)
#473F34
(71,63,52)
#3D362E
(61,54,46)
#332D28
(51,45,40)
#292422
(41,36,34)
#1F1B1C
(31,27,28)
#151216
(21,18,22)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #6F634C

#6F634C
(111,99,76)
#7C715C
(124,113,92)
#897F6C
(137,127,108)
#968D7C
(150,141,124)
#A39B8C
(163,155,140)
#B0A99C
(176,169,156)
#BDB7AC
(189,183,172)
#CAC5BC
(202,197,188)
#D7D3CC
(215,211,204)
#E4E1DC
(228,225,220)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F634C; }

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

This text font color is #6F634C.


Background Color

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

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

This div background color is #6F634C.


Border color

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

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

This div border color is #6F634C.


Opacity

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

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

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

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

This text has shadow with #6F634C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F634C on black background.


Color preview on white background

This text has color #6F634C on white background.



Black color preview on #6F634C background

This text has black color on #6F634C background.


White color preview on #6F634C background

This text has white color on #6F634C background.