COLOR #6B593D

HEX: #6B593D
RGB: (107,89,61)

Renk bilgisi

#6B593D contains red, green and blue colors in about the same proportion. #6B593D ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#6B593D color RGB value is (107,89,61).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 89 of 255 = 35%
B 61 of 255 = 24%

107
89
61

R + G + B ~ 34%. #6B593D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 89 + 61 = 257 (100%)
R 107 of 257 ~ 41.63%
G 89 of 257 ~ 34.63%
B 61 of 257 ~ 23.74%

%41.63
%34.63
%23.74

CMYK RENK MODELİ

#6B593D rengi CMYK tonu (0,17,43,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.82%
  • sarı tonu 42.99%
  • ana renk tonu 58.04%
CMYK:
(0,17,43,58)
C0M17Y43K58 
(0%,17%,43%,58%)
(0.00/0.17/0.43/0.58)	

CMYK yüzdeleri

%0
%16.82
%42.99
%58.04

Codes

Color #6B593D in popluar color models

6B593D
RGB1078961
HSL37°27.38%32.94%
HSB/HSV37°42.99%41.96%
CMYK0.00%16.82%42.99%
58.04%

Color #6B593D in popluar number systems.

HEX6B593D
Decimal1078961
Binary11010111011001111101
Octal15313175

Shades and tints

Shades of #6B593D

#6B593D
(107,89,61)
#625138
(98,81,56)
#594933
(89,73,51)
#50412E
(80,65,46)
#473929
(71,57,41)
#3E3124
(62,49,36)
#35291F
(53,41,31)
#2C211A
(44,33,26)
#231915
(35,25,21)
#1A1110
(26,17,16)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #6B593D

#6B593D
(107,89,61)
#78684E
(120,104,78)
#85775F
(133,119,95)
#928670
(146,134,112)
#9F9581
(159,149,129)
#ACA492
(172,164,146)
#B9B3A3
(185,179,163)
#C6C2B4
(198,194,180)
#D3D1C5
(211,209,197)
#E0E0D6
(224,224,214)
#EDEFE7
(237,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B593D; }

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

This text font color is #6B593D.


Background Color

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

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

This div background color is #6B593D.


Border color

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

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

This div border color is #6B593D.


Opacity

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

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

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

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

This text has shadow with #6B593D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B593D on black background.


Color preview on white background

This text has color #6B593D on white background.



Black color preview on #6B593D background

This text has black color on #6B593D background.


White color preview on #6B593D background

This text has white color on #6B593D background.