COLOR #6A6452

HEX: #6A6452
RGB: (106,100,82)

Color info

#6A6452 contains red, green and blue colors in about the same proportion. Web safe color of #6A6452 is #666666 (or #666).

RGB color model

#6A6452 color RGB value is (106,100,82).

  • red value is 106;
  • green value is 100;
  • blue value is 82.
RGB:
(106,100,82)
(42%,39%,32%)

RGB channels and saturation

R 106 of 255 = 42%
G 100 of 255 = 39%
B 82 of 255 = 32%

106
100
82

R + G + B ~ 38%. #6A6452 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 100 + 82 = 288 (100%)
R 106 of 288 ~ 36.81%
G 100 of 288 ~ 34.72%
B 82 of 288 ~ 28.47%

%36.81
%34.72
%28.47

CMYK color model

#6A6452 color CMYK value is (0,6,23,58).

  • cyan value is 0.00%
  • magenta value is 5.66%
  • yellow value is 22.64%
  • key color value is 58.43%
CMYK:
(0,6,23,58)
C0M6Y23K58 
(0%,6%,23%,58%)
(0.00/0.06/0.23/0.58)	

CMYK percentages

%0
%5.66
%22.64
%58.43

Codes

Color #6A6452 in popluar color models

6A6452
RGB10610082
HSL45°12.77%36.86%
HSB/HSV45°22.64%41.57%
CMYK0.00%5.66%22.64%
58.43%

Color #6A6452 in popluar number systems.

HEX6A6452
Decimal10610082
Binary110101011001001010010
Octal152144122

Shades and tints

Shades of #6A6452

#6A6452
(106,100,82)
#615B4B
(97,91,75)
#585244
(88,82,68)
#4F493D
(79,73,61)
#464036
(70,64,54)
#3D372F
(61,55,47)
#342E28
(52,46,40)
#2B2521
(43,37,33)
#221C1A
(34,28,26)
#191313
(25,19,19)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #6A6452

#6A6452
(106,100,82)
#777261
(119,114,97)
#848070
(132,128,112)
#918E7F
(145,142,127)
#9E9C8E
(158,156,142)
#ABAA9D
(171,170,157)
#B8B8AC
(184,184,172)
#C5C6BB
(197,198,187)
#D2D4CA
(210,212,202)
#DFE2D9
(223,226,217)
#ECF0E8
(236,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6452 color. Also use rgb(106,100,82) instead hex code.

Text Font Color

.myTextColor { color: #6A6452; }

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

This text font color is #6A6452.


Background Color

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

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

This div background color is #6A6452.


Border color

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

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

This div border color is #6A6452.


Opacity

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

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

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

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

This text has shadow with #6A6452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6452 on black background.


Color preview on white background

This text has color #6A6452 on white background.



Black color preview on #6A6452 background

This text has black color on #6A6452 background.


White color preview on #6A6452 background

This text has white color on #6A6452 background.