COLOR #6F5833

HEX: #6F5833 RGB: (111,88,51)

Color info

#6F5833 contains mainly red and green colors. Web safe color of #6F5833 is #666633 (or #663).

RGB color model

#6F5833 color RGB value is (111,88,51).

RGB: (111,88,51) (44%, 35%, 20%)

RGB channels and saturation

R 111 of 255 = 44%
G 88 of 255 = 35%
B 51 of 255 = 20%

111
88
51

R + G + B ~ 33%. #6F5833 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 88 + 51 = 250 (100%)
R 111 of 250 ~ 44.4%
G 88 of 250 ~ 35.2%
B 51 of 250 ~ 20.4'%

%44.4
%35.2
%20.4

CMYK color model

#6F5833 color CMYK value is (0,21,54,56).

  • cyan value is 0.00%
  • magenta value is 20.72%
  • yellow value is 54.05%
  • key color value is 56.47%

CMYK: (0,21,54,56)
C0M21Y54K56 (0%, 21%, 54%, 56%)
(0.00 / 0.21 / 0.54 / 0.56)

CMYK percentages

%0
%20.72
%54.05
%56.47

Codes

Color #6F5833 in popluar color models

6F 58 33
RGB 111 88 51
HSL 37° 37.04% 31.76%
HSB/HSV 37° 54.05% 43.53%
CMYK 0.00% 20.72% 54.05%
56.47%

Color #6F5833 in popluar number systems.

HEX 6F 58 33
Decimal 111 88 51
Binary 1101111 1011000 110011
Octal 157 130 63

Shades and tints

Shades of #6F5833

#6F5833
(111,88,51)
#65502F
(101,80,47)
#5B482B
(91,72,43)
#514027
(81,64,39)
#473823
(71,56,35)
#3D301F
(61,48,31)
#33281B
(51,40,27)
#292017
(41,32,23)
#1F1813
(31,24,19)
#15100F
(21,16,15)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #6F5833

#6F5833
(111,88,51)
#7C6745
(124,103,69)
#897657
(137,118,87)
#968569
(150,133,105)
#A3947B
(163,148,123)
#B0A38D
(176,163,141)
#BDB29F
(189,178,159)
#CAC1B1
(202,193,177)
#D7D0C3
(215,208,195)
#E4DFD5
(228,223,213)
#F1EEE7
(241,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5833 color. Also use rgb(111,88,51) instead hex code.

Text Font Color

.myTextColor { color: #6F5833; }

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

This text font color is #6F5833.

Background Color

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

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

This div background color is #6F5833.

Border color

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

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

This div border color is #6F5833.

Opacity

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

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

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

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

This text has shadow with #6F5833 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5833.

Preview

Color preview on black background

This text has color #6F5833 on black background.


Color preview on white background

This text has color #6F5833 on white background.


Black color preview on #6F5833 background

This text has black color on #6F5833 background.


White color preview on #6F5833 background

This text has white color on #6F5833 background.


Related colors

Complementary color

Complementary color for #hex is #90A7CC.


I love getcolorcode.com

Triadic colors

1 #336F58 and #58336F with #6F5833 are triadic colors.

2 #33586F and #586F33 with #6F5833 are triadic colors.