COLOR #6B0A14

HEX: #6B0A14
RGB: (107,10,20)

Renk bilgisi

#6B0A14 contains mainly red color. #6B0A14 ‘ nin web güvenlik rengi #660000 (ya da #600) dir.

RGB renk modeli

#6B0A14 color RGB value is (107,10,20).

  • kırmız ton 107;
  • yeşil ton 10;
  • mavi ton 20.
RGB:
(107,10,20)
(42%,4%,8%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 10 of 255 = 4%
B 20 of 255 = 8%

107
10
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 10 + 20 = 137 (100%)
R 107 of 137 ~ 78.1%
G 10 of 137 ~ 7.3%
B 20 of 137 ~ 14.6%

%78.1
%14.6

CMYK RENK MODELİ

#6B0A14 rengi CMYK tonu (0,91,81,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 90.65%
  • sarı tonu 81.31%
  • ana renk tonu 58.04%
CMYK:
(0,91,81,58)
C0M91Y81K58 
(0%,91%,81%,58%)
(0.00/0.91/0.81/0.58)	

CMYK yüzdeleri

%0
%90.65
%81.31
%58.04

Codes

Color #6B0A14 in popluar color models

6B0A14
RGB1071020
HSL354°82.91%22.94%
HSB/HSV354°90.65%41.96%
CMYK0.00%90.65%81.31%
58.04%

Color #6B0A14 in popluar number systems.

HEX6B0A14
Decimal1071020
Binary1101011101010100
Octal1531224

Shades and tints

Shades of #6B0A14

#6B0A14
(107,10,20)
#620A13
(98,10,19)
#590A12
(89,10,18)
#500A11
(80,10,17)
#470A10
(71,10,16)
#3E0A0F
(62,10,15)
#350A0E
(53,10,14)
#2C0A0D
(44,10,13)
#230A0C
(35,10,12)
#1A0A0B
(26,10,11)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #6B0A14

#6B0A14
(107,10,20)
#782029
(120,32,41)
#85363E
(133,54,62)
#924C53
(146,76,83)
#9F6268
(159,98,104)
#AC787D
(172,120,125)
#B98E92
(185,142,146)
#C6A4A7
(198,164,167)
#D3BABC
(211,186,188)
#E0D0D1
(224,208,209)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B0A14 color. Also use rgb(107,10,20) instead hex code.

Text Font Color

.myTextColor { color: #6B0A14; }

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

This text font color is #6B0A14.


Background Color

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

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

This div background color is #6B0A14.


Border color

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

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

This div border color is #6B0A14.


Opacity

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

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

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

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

This text has shadow with #6B0A14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B0A14 on black background.


Color preview on white background

This text has color #6B0A14 on white background.



Black color preview on #6B0A14 background

This text has black color on #6B0A14 background.


White color preview on #6B0A14 background

This text has white color on #6B0A14 background.