COLOR #6F615A

HEX: #6F615A
RGB: (111,97,90)

Color info

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

RGB color model

#6F615A color RGB value is (111,97,90).

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

RGB channels and saturation

R 111 of 255 = 44%
G 97 of 255 = 38%
B 90 of 255 = 35%

111
97
90

R + G + B ~ 39%. #6F615A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 97 + 90 = 298 (100%)
R 111 of 298 ~ 37.25%
G 97 of 298 ~ 32.55%
B 90 of 298 ~ 30.2%

%37.25
%32.55
%30.2

CMYK color model

#6F615A color CMYK value is (0,13,19,56).

  • cyan value is 0.00%
  • magenta value is 12.61%
  • yellow value is 18.92%
  • key color value is 56.47%
CMYK:
(0,13,19,56)
C0M13Y19K56 
(0%,13%,19%,56%)
(0.00/0.13/0.19/0.56)	

CMYK percentages

%0
%12.61
%18.92
%56.47

Codes

Color #6F615A in popluar color models

6F615A
RGB1119790
HSL20°10.45%39.41%
HSB/HSV20°18.92%43.53%
CMYK0.00%12.61%18.92%
56.47%

Color #6F615A in popluar number systems.

HEX6F615A
Decimal1119790
Binary110111111000011011010
Octal157141132

Shades and tints

Shades of #6F615A

#6F615A
(111,97,90)
#655952
(101,89,82)
#5B514A
(91,81,74)
#514942
(81,73,66)
#47413A
(71,65,58)
#3D3932
(61,57,50)
#33312A
(51,49,42)
#292922
(41,41,34)
#1F211A
(31,33,26)
#151912
(21,25,18)
#0B110A
(11,17,10)
#000000
(0,0,0)

Tints of #6F615A

#6F615A
(111,97,90)
#7C6F69
(124,111,105)
#897D78
(137,125,120)
#968B87
(150,139,135)
#A39996
(163,153,150)
#B0A7A5
(176,167,165)
#BDB5B4
(189,181,180)
#CAC3C3
(202,195,195)
#D7D1D2
(215,209,210)
#E4DFE1
(228,223,225)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F615A; }

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

This text font color is #6F615A.


Background Color

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

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

This div background color is #6F615A.


Border color

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

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

This div border color is #6F615A.


Opacity

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

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

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

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

This text has shadow with #6F615A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F615A on black background.


Color preview on white background

This text has color #6F615A on white background.



Black color preview on #6F615A background

This text has black color on #6F615A background.


White color preview on #6F615A background

This text has white color on #6F615A background.