COLOR #6F6330

HEX: #6F6330
RGB: (111,99,48)

Color info

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

RGB color model

#6F6330 color RGB value is (111,99,48).

  • red value is 111;
  • green value is 99;
  • blue value is 48.
RGB:
(111,99,48)
(44%,39%,19%)

RGB channels and saturation

R 111 of 255 = 44%
G 99 of 255 = 39%
B 48 of 255 = 19%

111
99
48

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

Portions of RGB colors in percentages

R + G + B =
111 + 99 + 48 = 258 (100%)
R 111 of 258 ~ 43.02%
G 99 of 258 ~ 38.37%
B 48 of 258 ~ 18.6%

%43.02
%38.37
%18.6

CMYK color model

#6F6330 color CMYK value is (0,11,57,56).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 56.76%
  • key color value is 56.47%
CMYK:
(0,11,57,56)
C0M11Y57K56 
(0%,11%,57%,56%)
(0.00/0.11/0.57/0.56)	

CMYK percentages

%0
%10.81
%56.76
%56.47

Codes

Color #6F6330 in popluar color models

6F6330
RGB1119948
HSL49°39.62%31.18%
HSB/HSV49°56.76%43.53%
CMYK0.00%10.81%56.76%
56.47%

Color #6F6330 in popluar number systems.

HEX6F6330
Decimal1119948
Binary11011111100011110000
Octal15714360

Shades and tints

Shades of #6F6330

#6F6330
(111,99,48)
#655A2C
(101,90,44)
#5B5128
(91,81,40)
#514824
(81,72,36)
#473F20
(71,63,32)
#3D361C
(61,54,28)
#332D18
(51,45,24)
#292414
(41,36,20)
#1F1B10
(31,27,16)
#15120C
(21,18,12)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #6F6330

#6F6330
(111,99,48)
#7C7142
(124,113,66)
#897F54
(137,127,84)
#968D66
(150,141,102)
#A39B78
(163,155,120)
#B0A98A
(176,169,138)
#BDB79C
(189,183,156)
#CAC5AE
(202,197,174)
#D7D3C0
(215,211,192)
#E4E1D2
(228,225,210)
#F1EFE4
(241,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6330; }

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

This text font color is #6F6330.


Background Color

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

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

This div background color is #6F6330.


Border color

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

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

This div border color is #6F6330.


Opacity

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

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

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

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

This text has shadow with #6F6330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6330 on black background.


Color preview on white background

This text has color #6F6330 on white background.



Black color preview on #6F6330 background

This text has black color on #6F6330 background.


White color preview on #6F6330 background

This text has white color on #6F6330 background.