COLOR #6A1B02

HEX: #6A1B02
RGB: (106,27,2)

Color info

#6A1B02 contains mainly red color. Web safe color of #6A1B02 is #663300 (or #630).

RGB color model

#6A1B02 color RGB value is (106,27,2).

  • red value is 106;
  • green value is 27;
  • blue value is 2.
RGB:
(106,27,2)
(42%,11%,1%)

RGB channels and saturation

R 106 of 255 = 42%
G 27 of 255 = 11%
B 2 of 255 = 1%

106
27
2

R + G + B ~ 18%. #6A1B02 is dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 27 + 2 = 135 (100%)
R 106 of 135 ~ 78.52%
G 27 of 135 ~ 20%
B 2 of 135 ~ 1.48%

%78.52
%20

CMYK color model

#6A1B02 color CMYK value is (0,75,98,58).

  • cyan value is 0.00%
  • magenta value is 74.53%
  • yellow value is 98.11%
  • key color value is 58.43%
CMYK:
(0,75,98,58)
C0M75Y98K58 
(0%,75%,98%,58%)
(0.00/0.75/0.98/0.58)	

CMYK percentages

%0
%74.53
%98.11
%58.43

Codes

Color #6A1B02 in popluar color models

6A1B02
RGB106272
HSL14°96.30%21.18%
HSB/HSV14°98.11%41.57%
CMYK0.00%74.53%98.11%
58.43%

Color #6A1B02 in popluar number systems.

HEX6A1B02
Decimal106272
Binary11010101101110
Octal152332

Shades and tints

Shades of #6A1B02

#6A1B02
(106,27,2)
#611902
(97,25,2)
#581702
(88,23,2)
#4F1502
(79,21,2)
#461302
(70,19,2)
#3D1102
(61,17,2)
#340F02
(52,15,2)
#2B0D02
(43,13,2)
#220B02
(34,11,2)
#190902
(25,9,2)
#100702
(16,7,2)
#000000
(0,0,0)

Tints of #6A1B02

#6A1B02
(106,27,2)
#772F19
(119,47,25)
#844330
(132,67,48)
#915747
(145,87,71)
#9E6B5E
(158,107,94)
#AB7F75
(171,127,117)
#B8938C
(184,147,140)
#C5A7A3
(197,167,163)
#D2BBBA
(210,187,186)
#DFCFD1
(223,207,209)
#ECE3E8
(236,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A1B02 color. Also use rgb(106,27,2) instead hex code.

Text Font Color

.myTextColor { color: #6A1B02; }

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

This text font color is #6A1B02.


Background Color

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

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

This div background color is #6A1B02.


Border color

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

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

This div border color is #6A1B02.


Opacity

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

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

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

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

This text has shadow with #6A1B02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A1B02 on black background.


Color preview on white background

This text has color #6A1B02 on white background.



Black color preview on #6A1B02 background

This text has black color on #6A1B02 background.


White color preview on #6A1B02 background

This text has white color on #6A1B02 background.