COLOR #6C5B01

HEX: #6C5B01
RGB: (108,91,1)

Color info

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

RGB color model

#6C5B01 color RGB value is (108,91,1).

  • red value is 108;
  • green value is 91;
  • blue value is 1.
RGB:
(108,91,1)
(42%,36%,0%)

RGB channels and saturation

R 108 of 255 = 42%
G 91 of 255 = 36%
B 1 of 255 = 0%

108
91
1

R + G + B ~ 26%. #6C5B01 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 91 + 1 = 200 (100%)
R 108 of 200 ~ 54%
G 91 of 200 ~ 45.5%
B 1 of 200 ~ 0.5%

%54
%45.5

CMYK color model

#6C5B01 color CMYK value is (0,16,99,58).

  • cyan value is 0.00%
  • magenta value is 15.74%
  • yellow value is 99.07%
  • key color value is 57.65%
CMYK:
(0,16,99,58)
C0M16Y99K58 
(0%,16%,99%,58%)
(0.00/0.16/0.99/0.58)	

CMYK percentages

%0
%15.74
%99.07
%57.65

Codes

Color #6C5B01 in popluar color models

6C5B01
RGB108911
HSL50°98.17%21.37%
HSB/HSV50°99.07%42.35%
CMYK0.00%15.74%99.07%
57.65%

Color #6C5B01 in popluar number systems.

HEX6C5B01
Decimal108911
Binary110110010110111
Octal1541331

Shades and tints

Shades of #6C5B01

#6C5B01
(108,91,1)
#635301
(99,83,1)
#5A4B01
(90,75,1)
#514301
(81,67,1)
#483B01
(72,59,1)
#3F3301
(63,51,1)
#362B01
(54,43,1)
#2D2301
(45,35,1)
#241B01
(36,27,1)
#1B1301
(27,19,1)
#120B01
(18,11,1)
#000000
(0,0,0)

Tints of #6C5B01

#6C5B01
(108,91,1)
#796918
(121,105,24)
#86772F
(134,119,47)
#938546
(147,133,70)
#A0935D
(160,147,93)
#ADA174
(173,161,116)
#BAAF8B
(186,175,139)
#C7BDA2
(199,189,162)
#D4CBB9
(212,203,185)
#E1D9D0
(225,217,208)
#EEE7E7
(238,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5B01 color. Also use rgb(108,91,1) instead hex code.

Text Font Color

.myTextColor { color: #6C5B01; }

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

This text font color is #6C5B01.


Background Color

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

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

This div background color is #6C5B01.


Border color

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

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

This div border color is #6C5B01.


Opacity

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

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

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

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

This text has shadow with #6C5B01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5B01 on black background.


Color preview on white background

This text has color #6C5B01 on white background.



Black color preview on #6C5B01 background

This text has black color on #6C5B01 background.


White color preview on #6C5B01 background

This text has white color on #6C5B01 background.