COLOR #6F6354

HEX: #6F6354 RGB: (111,99,84)

Color info

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

RGB color model

#6F6354 color RGB value is (111,99,84).

RGB: (111,99,84) (44%, 39%, 33%)

RGB channels and saturation

R 111 of 255 = 44%
G 99 of 255 = 39%
B 84 of 255 = 33%

111
99
84

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

Portions of RGB colors in percentages

R + G + B = 111 + 99 + 84 = 294 (100%)
R 111 of 294 ~ 37.76%
G 99 of 294 ~ 33.67%
B 84 of 294 ~ 28.57'%

%37.76
%33.67
%28.57

CMYK color model

#6F6354 color CMYK value is (0,11,24,56).

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

CMYK: (0,11,24,56)
C0M11Y24K56 (0%, 11%, 24%, 56%)
(0.00 / 0.11 / 0.24 / 0.56)

CMYK percentages

%0
%10.81
%24.32
%56.47

Codes

Color #6F6354 in popluar color models

6F 63 54
RGB 111 99 84
HSL 33° 13.85% 38.24%
HSB/HSV 33° 24.32% 43.53%
CMYK 0.00% 10.81% 24.32%
56.47%

Color #6F6354 in popluar number systems.

HEX 6F 63 54
Decimal 111 99 84
Binary 1101111 1100011 1010100
Octal 157 143 124

Shades and tints

Shades of #6F6354

#6F6354
(111,99,84)
#655A4D
(101,90,77)
#5B5146
(91,81,70)
#51483F
(81,72,63)
#473F38
(71,63,56)
#3D3631
(61,54,49)
#332D2A
(51,45,42)
#292423
(41,36,35)
#1F1B1C
(31,27,28)
#151215
(21,18,21)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #6F6354

#6F6354
(111,99,84)
#7C7163
(124,113,99)
#897F72
(137,127,114)
#968D81
(150,141,129)
#A39B90
(163,155,144)
#B0A99F
(176,169,159)
#BDB7AE
(189,183,174)
#CAC5BD
(202,197,189)
#D7D3CC
(215,211,204)
#E4E1DB
(228,225,219)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6354; }

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

This text font color is #6F6354.

Background Color

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

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

This div background color is #6F6354.

Border color

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

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

This div border color is #6F6354.

Opacity

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

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

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

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

This text has shadow with #6F6354 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6354.

Preview

Color preview on black background

This text has color #6F6354 on black background.


Color preview on white background

This text has color #6F6354 on white background.


Black color preview on #6F6354 background

This text has black color on #6F6354 background.


White color preview on #6F6354 background

This text has white color on #6F6354 background.


Related colors

Complementary color

Complementary color for #hex is #909CAB.


I love getcolorcode.com

Triadic colors

1 #546F63 and #63546F with #6F6354 are triadic colors.

2 #54636F and #636F54 with #6F6354 are triadic colors.