COLOR #6B825A

HEX: #6B825A
RGB: (107,130,90)

Renk bilgisi

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

RGB renk modeli

#6B825A color RGB value is (107,130,90).

  • kırmız ton 107;
  • yeşil ton 130;
  • mavi ton 90.
RGB:
(107,130,90)
(42%,51%,35%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 130 of 255 = 51%
B 90 of 255 = 35%

107
130
90

R + G + B ~ 43%. #6B825A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 130 + 90 = 327 (100%)
R 107 of 327 ~ 32.72%
G 130 of 327 ~ 39.76%
B 90 of 327 ~ 27.52%

%32.72
%39.76
%27.52

CMYK RENK MODELİ

#6B825A rengi CMYK tonu (18,0,31,49).

  • camgöbeği tonu 17.69%
  • eflatun tonu 0.00%
  • sarı tonu 30.77%
  • ana renk tonu 49.02%
CMYK:
(18,0,31,49)
C18M0Y31K49 
(18%,0%,31%,49%)
(0.18/0.00/0.31/0.49)	

CMYK yüzdeleri

%17.69
%0
%30.77
%49.02

Codes

Color #6B825A in popluar color models

6B825A
RGB10713090
HSL95°18.18%43.14%
HSB/HSV95°30.77%50.98%
CMYK17.69%0.00%30.77%
49.02%

Color #6B825A in popluar number systems.

HEX6B825A
Decimal10713090
Binary1101011100000101011010
Octal153202132

Shades and tints

Shades of #6B825A

#6B825A
(107,130,90)
#627752
(98,119,82)
#596C4A
(89,108,74)
#506142
(80,97,66)
#47563A
(71,86,58)
#3E4B32
(62,75,50)
#35402A
(53,64,42)
#2C3522
(44,53,34)
#232A1A
(35,42,26)
#1A1F12
(26,31,18)
#11140A
(17,20,10)
#000000
(0,0,0)

Tints of #6B825A

#6B825A
(107,130,90)
#788D69
(120,141,105)
#859878
(133,152,120)
#92A387
(146,163,135)
#9FAE96
(159,174,150)
#ACB9A5
(172,185,165)
#B9C4B4
(185,196,180)
#C6CFC3
(198,207,195)
#D3DAD2
(211,218,210)
#E0E5E1
(224,229,225)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B825A color. Also use rgb(107,130,90) instead hex code.

Text Font Color

.myTextColor { color: #6B825A; }

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

This text font color is #6B825A.


Background Color

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

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

This div background color is #6B825A.


Border color

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

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

This div border color is #6B825A.


Opacity

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

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

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

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

This text has shadow with #6B825A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B825A on black background.


Color preview on white background

This text has color #6B825A on white background.



Black color preview on #6B825A background

This text has black color on #6B825A background.


White color preview on #6B825A background

This text has white color on #6B825A background.