COLOR #6B590E

HEX: #6B590E
RGB: (107,89,14)

Renk bilgisi

#6B590E contains mainly red and green colors. #6B590E ‘ nin web güvenlik rengi #666600 (ya da #660) dir.

RGB renk modeli

#6B590E color RGB value is (107,89,14).

  • kırmız ton 107;
  • yeşil ton 89;
  • mavi ton 14.
RGB:
(107,89,14)
(42%,35%,5%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 89 of 255 = 35%
B 14 of 255 = 5%

107
89
14

R + G + B ~ 27%. #6B590E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 89 + 14 = 210 (100%)
R 107 of 210 ~ 50.95%
G 89 of 210 ~ 42.38%
B 14 of 210 ~ 6.67%

%50.95
%42.38

CMYK RENK MODELİ

#6B590E rengi CMYK tonu (0,17,87,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.82%
  • sarı tonu 86.92%
  • ana renk tonu 58.04%
CMYK:
(0,17,87,58)
C0M17Y87K58 
(0%,17%,87%,58%)
(0.00/0.17/0.87/0.58)	

CMYK yüzdeleri

%0
%16.82
%86.92
%58.04

Codes

Color #6B590E in popluar color models

6B590E
RGB1078914
HSL48°76.86%23.73%
HSB/HSV48°86.92%41.96%
CMYK0.00%16.82%86.92%
58.04%

Color #6B590E in popluar number systems.

HEX6B590E
Decimal1078914
Binary110101110110011110
Octal15313116

Shades and tints

Shades of #6B590E

#6B590E
(107,89,14)
#62510D
(98,81,13)
#59490C
(89,73,12)
#50410B
(80,65,11)
#47390A
(71,57,10)
#3E3109
(62,49,9)
#352908
(53,41,8)
#2C2107
(44,33,7)
#231906
(35,25,6)
#1A1105
(26,17,5)
#110904
(17,9,4)
#000000
(0,0,0)

Tints of #6B590E

#6B590E
(107,89,14)
#786823
(120,104,35)
#857738
(133,119,56)
#92864D
(146,134,77)
#9F9562
(159,149,98)
#ACA477
(172,164,119)
#B9B38C
(185,179,140)
#C6C2A1
(198,194,161)
#D3D1B6
(211,209,182)
#E0E0CB
(224,224,203)
#EDEFE0
(237,239,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B590E color. Also use rgb(107,89,14) instead hex code.

Text Font Color

.myTextColor { color: #6B590E; }

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

This text font color is #6B590E.


Background Color

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

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

This div background color is #6B590E.


Border color

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

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

This div border color is #6B590E.


Opacity

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

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

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

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

This text has shadow with #6B590E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B590E on black background.


Color preview on white background

This text has color #6B590E on white background.



Black color preview on #6B590E background

This text has black color on #6B590E background.


White color preview on #6B590E background

This text has white color on #6B590E background.