COLOR #6F5F01

HEX: #6F5F01 RGB: (111,95,1)

Color info

#6F5F01 contains mainly red and green colors. Web safe color of #6F5F01 is #666600 (or #660).

RGB color model

#6F5F01 color RGB value is (111,95,1).

RGB: (111,95,1) (44%, 37%, 0%)

RGB channels and saturation

R 111 of 255 = 44%
G 95 of 255 = 37%
B 1 of 255 = 0%

111
95
1

R + G + B ~ 27%. #6F5F01 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 95 + 1 = 207 (100%)
R 111 of 207 ~ 53.62%
G 95 of 207 ~ 45.89%
B 1 of 207 ~ 0.48'%

%53.62
%45.89

CMYK color model

#6F5F01 color CMYK value is (0,14,99,56).

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 99.10%
  • key color value is 56.47%
CMYK: (0,14,99,56) C0M14Y99K56 (0%,14%,99%,56%) (0.00/0.14/0.99/0.56) 

CMYK percentages

%0
%14.41
%99.1
%56.47

Codes

Color #6F5F01 in popluar color models

6F 5F 01
RGB 111 95 1
HSL 51° 98.21% 21.96%
HSB/HSV 51° 99.10% 43.53%
CMYK 0.00% 14.41% 99.10%
56.47%

Color #6F5F01 in popluar number systems.

HEX 6F 5F 01
Decimal 111 95 1
Binary 1101111 1011111 1
Octal 157 137 1

Shades and tints

Shades of #6F5F01

#6F5F01
(111,95,1)
#655701
(101,87,1)
#5B4F01
(91,79,1)
#514701
(81,71,1)
#473F01
(71,63,1)
#3D3701
(61,55,1)
#332F01
(51,47,1)
#292701
(41,39,1)
#1F1F01
(31,31,1)
#151701
(21,23,1)
#0B0F01
(11,15,1)
#000000
(0,0,0)

Tints of #6F5F01

#6F5F01
(111,95,1)
#7C6D18
(124,109,24)
#897B2F
(137,123,47)
#968946
(150,137,70)
#A3975D
(163,151,93)
#B0A574
(176,165,116)
#BDB38B
(189,179,139)
#CAC1A2
(202,193,162)
#D7CFB9
(215,207,185)
#E4DDD0
(228,221,208)
#F1EBE7
(241,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5F01 color. Also use rgb(111,95,1) instead hex code.

Text Font Color

.myTextColor { color: #6F5F01; }

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

This text font color is #6F5F01.

Background Color

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

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

This div background color is #6F5F01.

Border color

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

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

This div border color is #6F5F01.

Opacity

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

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

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

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

This text has shadow with #6F5F01 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5F01.

Preview

Color preview on black background

This text has color #6F5F01 on black background.


Color preview on white background

This text has color #6F5F01 on white background.


Black color preview on #6F5F01 background

This text has black color on #6F5F01 background.


White color preview on #6F5F01 background

This text has white color on #6F5F01 background.


Related colors

Complementary color

Complementary color for #hex is #90A0FE.


I love getcolorcode.com

Triadic colors

1 #016F5F and #5F016F with #6F5F01 are triadic colors.

2 #015F6F and #5F6F01 with #6F5F01 are triadic colors.