COLOR #6F583D

HEX: #6F583D RGB: (111,88,61)

Color info

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

RGB color model

#6F583D color RGB value is (111,88,61).

RGB: (111,88,61) (44%, 35%, 24%)

RGB channels and saturation

R 111 of 255 = 44%
G 88 of 255 = 35%
B 61 of 255 = 24%

111
88
61

R + G + B ~ 34%. #6F583D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 88 + 61 = 260 (100%)
R 111 of 260 ~ 42.69%
G 88 of 260 ~ 33.85%
B 61 of 260 ~ 23.46'%

%42.69
%33.85
%23.46

CMYK color model

#6F583D color CMYK value is (0,21,45,56).

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

CMYK: (0,21,45,56)
C0M21Y45K56 (0%, 21%, 45%, 56%)
(0.00 / 0.21 / 0.45 / 0.56)

CMYK percentages

%0
%20.72
%45.05
%56.47

Codes

Color #6F583D in popluar color models

6F 58 3D
RGB 111 88 61
HSL 32° 29.07% 33.73%
HSB/HSV 32° 45.05% 43.53%
CMYK 0.00% 20.72% 45.05%
56.47%

Color #6F583D in popluar number systems.

HEX 6F 58 3D
Decimal 111 88 61
Binary 1101111 1011000 111101
Octal 157 130 75

Shades and tints

Shades of #6F583D

#6F583D
(111,88,61)
#655038
(101,80,56)
#5B4833
(91,72,51)
#51402E
(81,64,46)
#473829
(71,56,41)
#3D3024
(61,48,36)
#33281F
(51,40,31)
#29201A
(41,32,26)
#1F1815
(31,24,21)
#151010
(21,16,16)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #6F583D

#6F583D
(111,88,61)
#7C674E
(124,103,78)
#89765F
(137,118,95)
#968570
(150,133,112)
#A39481
(163,148,129)
#B0A392
(176,163,146)
#BDB2A3
(189,178,163)
#CAC1B4
(202,193,180)
#D7D0C5
(215,208,197)
#E4DFD6
(228,223,214)
#F1EEE7
(241,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F583D; }

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

This text font color is #6F583D.

Background Color

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

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

This div background color is #6F583D.

Border color

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

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

This div border color is #6F583D.

Opacity

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

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

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

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

This text has shadow with #6F583D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F583D.

Preview

Color preview on black background

This text has color #6F583D on black background.


Color preview on white background

This text has color #6F583D on white background.


Black color preview on #6F583D background

This text has black color on #6F583D background.


White color preview on #6F583D background

This text has white color on #6F583D background.


Related colors

Complementary color

Complementary color for #hex is #90A7C2.


I love getcolorcode.com

Triadic colors

1 #3D6F58 and #583D6F with #6F583D are triadic colors.

2 #3D586F and #586F3D with #6F583D are triadic colors.