COLOR #6A330E

HEX: #6A330E RGB: (106,51,14)

Color info

#6A330E contains mainly red and green colors. Web safe color of #6A330E is #663300 (or #630).

RGB color model

#6A330E color RGB value is (106,51,14).

RGB: (106,51,14) (42%, 20%, 5%)

RGB channels and saturation

R 106 of 255 = 42%
G 51 of 255 = 20%
B 14 of 255 = 5%

106
51
14

R + G + B ~ 22%. #6A330E is dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 51 + 14 = 171 (100%)
R 106 of 171 ~ 61.99%
G 51 of 171 ~ 29.82%
B 14 of 171 ~ 8.19'%

%61.99
%29.82

CMYK color model

#6A330E color CMYK value is (0,52,87,58).

  • cyan value is 0.00%
  • magenta value is 51.89%
  • yellow value is 86.79%
  • key color value is 58.43%

CMYK: (0,52,87,58)
C0M52Y87K58 (0%, 52%, 87%, 58%)
(0.00 / 0.52 / 0.87 / 0.58)

CMYK percentages

%0
%51.89
%86.79
%58.43

Codes

Color #6A330E in popluar color models

6A 33 0E
RGB 106 51 14
HSL 24° 76.67% 23.53%
HSB/HSV 24° 86.79% 41.57%
CMYK 0.00% 51.89% 86.79%
58.43%

Color #6A330E in popluar number systems.

HEX 6A 33 0E
Decimal 106 51 14
Binary 1101010 110011 1110
Octal 152 63 16

Shades and tints

Shades of #6A330E

#6A330E
(106,51,14)
#612F0D
(97,47,13)
#582B0C
(88,43,12)
#4F270B
(79,39,11)
#46230A
(70,35,10)
#3D1F09
(61,31,9)
#341B08
(52,27,8)
#2B1707
(43,23,7)
#221306
(34,19,6)
#190F05
(25,15,5)
#100B04
(16,11,4)
#000000
(0,0,0)

Tints of #6A330E

#6A330E
(106,51,14)
#774523
(119,69,35)
#845738
(132,87,56)
#91694D
(145,105,77)
#9E7B62
(158,123,98)
#AB8D77
(171,141,119)
#B89F8C
(184,159,140)
#C5B1A1
(197,177,161)
#D2C3B6
(210,195,182)
#DFD5CB
(223,213,203)
#ECE7E0
(236,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A330E color. Also use rgb(106,51,14) instead hex code.

Text Font Color

.myTextColor { color: #6A330E; }

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

This text font color is #6A330E.

Background Color

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

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

This div background color is #6A330E.

Border color

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

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

This div border color is #6A330E.

Opacity

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

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

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

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

This text has shadow with #6A330E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A330E.

Preview

Color preview on black background

This text has color #6A330E on black background.


Color preview on white background

This text has color #6A330E on white background.


Black color preview on #6A330E background

This text has black color on #6A330E background.


White color preview on #6A330E background

This text has white color on #6A330E background.


Related colors

Complementary color

Complementary color for #hex is #95CCF1.


I love getcolorcode.com

Triadic colors

1 #0E6A33 and #330E6A with #6A330E are triadic colors.

2 #0E336A and #336A0E with #6A330E are triadic colors.