COLOR #6F614A

HEX: #6F614A
RGB: (111,97,74)

Color info

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

RGB color model

#6F614A color RGB value is (111,97,74).

  • red value is 111;
  • green value is 97;
  • blue value is 74.
RGB:
(111,97,74)
(44%,38%,29%)

RGB channels and saturation

R 111 of 255 = 44%
G 97 of 255 = 38%
B 74 of 255 = 29%

111
97
74

R + G + B ~ 37%. #6F614A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 97 + 74 = 282 (100%)
R 111 of 282 ~ 39.36%
G 97 of 282 ~ 34.4%
B 74 of 282 ~ 26.24%

%39.36
%34.4
%26.24

CMYK color model

#6F614A color CMYK value is (0,13,33,56).

  • cyan value is 0.00%
  • magenta value is 12.61%
  • yellow value is 33.33%
  • key color value is 56.47%
CMYK:
(0,13,33,56)
C0M13Y33K56 
(0%,13%,33%,56%)
(0.00/0.13/0.33/0.56)	

CMYK percentages

%0
%12.61
%33.33
%56.47

Codes

Color #6F614A in popluar color models

6F614A
RGB1119774
HSL37°20.00%36.27%
HSB/HSV37°33.33%43.53%
CMYK0.00%12.61%33.33%
56.47%

Color #6F614A in popluar number systems.

HEX6F614A
Decimal1119774
Binary110111111000011001010
Octal157141112

Shades and tints

Shades of #6F614A

#6F614A
(111,97,74)
#655944
(101,89,68)
#5B513E
(91,81,62)
#514938
(81,73,56)
#474132
(71,65,50)
#3D392C
(61,57,44)
#333126
(51,49,38)
#292920
(41,41,32)
#1F211A
(31,33,26)
#151914
(21,25,20)
#0B110E
(11,17,14)
#000000
(0,0,0)

Tints of #6F614A

#6F614A
(111,97,74)
#7C6F5A
(124,111,90)
#897D6A
(137,125,106)
#968B7A
(150,139,122)
#A3998A
(163,153,138)
#B0A79A
(176,167,154)
#BDB5AA
(189,181,170)
#CAC3BA
(202,195,186)
#D7D1CA
(215,209,202)
#E4DFDA
(228,223,218)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F614A color. Also use rgb(111,97,74) instead hex code.

Text Font Color

.myTextColor { color: #6F614A; }

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

This text font color is #6F614A.


Background Color

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

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

This div background color is #6F614A.


Border color

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

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

This div border color is #6F614A.


Opacity

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

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

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

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

This text has shadow with #6F614A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F614A on black background.


Color preview on white background

This text has color #6F614A on white background.



Black color preview on #6F614A background

This text has black color on #6F614A background.


White color preview on #6F614A background

This text has white color on #6F614A background.