COLOR #6B6230

HEX: #6B6230 RGB: (107,98,48)

Color info

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

RGB color model

#6B6230 color RGB value is (107,98,48).

RGB: (107,98,48) (42%, 38%, 19%)

RGB channels and saturation

R 107 of 255 = 42%
G 98 of 255 = 38%
B 48 of 255 = 19%

107
98
48

R + G + B ~ 33%. #6B6230 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 98 + 48 = 253 (100%)
R 107 of 253 ~ 42.29%
G 98 of 253 ~ 38.74%
B 48 of 253 ~ 18.97'%

%42.29
%38.74
%18.97

CMYK color model

#6B6230 color CMYK value is (0,8,55,58).

  • cyan value is 0.00%
  • magenta value is 8.41%
  • yellow value is 55.14%
  • key color value is 58.04%

CMYK: (0,8,55,58)
C0M8Y55K58 (0%, 8%, 55%, 58%)
(0.00 / 0.08 / 0.55 / 0.58)

CMYK percentages

%0
%8.41
%55.14
%58.04

Codes

Color #6B6230 in popluar color models

6B 62 30
RGB 107 98 48
HSL 51° 38.06% 30.39%
HSB/HSV 51° 55.14% 41.96%
CMYK 0.00% 8.41% 55.14%
58.04%

Color #6B6230 in popluar number systems.

HEX 6B 62 30
Decimal 107 98 48
Binary 1101011 1100010 110000
Octal 153 142 60

Shades and tints

Shades of #6B6230

#6B6230
(107,98,48)
#625A2C
(98,90,44)
#595228
(89,82,40)
#504A24
(80,74,36)
#474220
(71,66,32)
#3E3A1C
(62,58,28)
#353218
(53,50,24)
#2C2A14
(44,42,20)
#232210
(35,34,16)
#1A1A0C
(26,26,12)
#111208
(17,18,8)
#000000
(0,0,0)

Tints of #6B6230

#6B6230
(107,98,48)
#787042
(120,112,66)
#857E54
(133,126,84)
#928C66
(146,140,102)
#9F9A78
(159,154,120)
#ACA88A
(172,168,138)
#B9B69C
(185,182,156)
#C6C4AE
(198,196,174)
#D3D2C0
(211,210,192)
#E0E0D2
(224,224,210)
#EDEEE4
(237,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6230 color. Also use rgb(107,98,48) instead hex code.

Text Font Color

.myTextColor { color: #6B6230; }

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

This text font color is #6B6230.

Background Color

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

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

This div background color is #6B6230.

Border color

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

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

This div border color is #6B6230.

Opacity

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

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

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

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

This text has shadow with #6B6230 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6230.

Preview

Color preview on black background

This text has color #6B6230 on black background.


Color preview on white background

This text has color #6B6230 on white background.


Black color preview on #6B6230 background

This text has black color on #6B6230 background.


White color preview on #6B6230 background

This text has white color on #6B6230 background.


Related colors

Complementary color

Complementary color for #hex is #949DCF.


I love getcolorcode.com

Triadic colors

1 #306B62 and #62306B with #6B6230 are triadic colors.

2 #30626B and #626B30 with #6B6230 are triadic colors.