COLOR #6B514C

HEX: #6B514C RGB: (107,81,76)

Color info

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

RGB color model

#6B514C color RGB value is (107,81,76).

RGB: (107,81,76) (42%, 32%, 30%)

RGB channels and saturation

R 107 of 255 = 42%
G 81 of 255 = 32%
B 76 of 255 = 30%

107
81
76

R + G + B ~ 35%. #6B514C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 81 + 76 = 264 (100%)
R 107 of 264 ~ 40.53%
G 81 of 264 ~ 30.68%
B 76 of 264 ~ 28.79'%

%40.53
%30.68
%28.79

CMYK color model

#6B514C color CMYK value is (0,24,29,58).

  • cyan value is 0.00%
  • magenta value is 24.30%
  • yellow value is 28.97%
  • key color value is 58.04%

CMYK: (0,24,29,58)
C0M24Y29K58 (0%, 24%, 29%, 58%)
(0.00 / 0.24 / 0.29 / 0.58)

CMYK percentages

%0
%24.3
%28.97
%58.04

Codes

Color #6B514C in popluar color models

6B 51 4C
RGB 107 81 76
HSL 10° 16.94% 35.88%
HSB/HSV 10° 28.97% 41.96%
CMYK 0.00% 24.30% 28.97%
58.04%

Color #6B514C in popluar number systems.

HEX 6B 51 4C
Decimal 107 81 76
Binary 1101011 1010001 1001100
Octal 153 121 114

Shades and tints

Shades of #6B514C

#6B514C
(107,81,76)
#624A46
(98,74,70)
#594340
(89,67,64)
#503C3A
(80,60,58)
#473534
(71,53,52)
#3E2E2E
(62,46,46)
#352728
(53,39,40)
#2C2022
(44,32,34)
#23191C
(35,25,28)
#1A1216
(26,18,22)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #6B514C

#6B514C
(107,81,76)
#78605C
(120,96,92)
#856F6C
(133,111,108)
#927E7C
(146,126,124)
#9F8D8C
(159,141,140)
#AC9C9C
(172,156,156)
#B9ABAC
(185,171,172)
#C6BABC
(198,186,188)
#D3C9CC
(211,201,204)
#E0D8DC
(224,216,220)
#EDE7EC
(237,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B514C color. Also use rgb(107,81,76) instead hex code.

Text Font Color

.myTextColor { color: #6B514C; }

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

This text font color is #6B514C.

Background Color

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

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

This div background color is #6B514C.

Border color

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

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

This div border color is #6B514C.

Opacity

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

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

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

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

This text has shadow with #6B514C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B514C.

Preview

Color preview on black background

This text has color #6B514C on black background.


Color preview on white background

This text has color #6B514C on white background.


Black color preview on #6B514C background

This text has black color on #6B514C background.


White color preview on #6B514C background

This text has white color on #6B514C background.


Related colors

Complementary color

Complementary color for #hex is #94AEB3.


I love getcolorcode.com

Triadic colors

1 #4C6B51 and #514C6B with #6B514C are triadic colors.

2 #4C516B and #516B4C with #6B514C are triadic colors.