COLOR #CC6E1D

HEX: #CC6E1D
RGB: (204,110,29)

Renk bilgisi

#CC6E1D contains mainly red color. #CC6E1D ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#CC6E1D color RGB value is (204,110,29).

  • kırmız ton 204;
  • yeşil ton 110;
  • mavi ton 29.
RGB:
(204,110,29)
(80%,43%,11%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 110 of 255 = 43%
B 29 of 255 = 11%

204
110
29

R + G + B ~ 45%. #CC6E1D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 110 + 29 = 343 (100%)
R 204 of 343 ~ 59.48%
G 110 of 343 ~ 32.07%
B 29 of 343 ~ 8.45%

%59.48
%32.07

CMYK RENK MODELİ

#CC6E1D rengi CMYK tonu (0,46,86,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.08%
  • sarı tonu 85.78%
  • ana renk tonu 20.00%
CMYK:
(0,46,86,20)
C0M46Y86K20 
(0%,46%,86%,20%)
(0.00/0.46/0.86/0.20)	

CMYK yüzdeleri

%0
%46.08
%85.78
%20

Codes

Color #CC6E1D in popluar color models

CC6E1D
RGB20411029
HSL28°75.11%45.69%
HSB/HSV28°85.78%80.00%
CMYK0.00%46.08%85.78%
20.00%

Color #CC6E1D in popluar number systems.

HEXCC6E1D
Decimal20411029
Binary11001100110111011101
Octal31415635

Shades and tints

Shades of #CC6E1D

#CC6E1D
(204,110,29)
#BA641B
(186,100,27)
#A85A19
(168,90,25)
#965017
(150,80,23)
#844615
(132,70,21)
#723C13
(114,60,19)
#603211
(96,50,17)
#4E280F
(78,40,15)
#3C1E0D
(60,30,13)
#2A140B
(42,20,11)
#180A09
(24,10,9)
#000000
(0,0,0)

Tints of #CC6E1D

#CC6E1D
(204,110,29)
#D07B31
(208,123,49)
#D48845
(212,136,69)
#D89559
(216,149,89)
#DCA26D
(220,162,109)
#E0AF81
(224,175,129)
#E4BC95
(228,188,149)
#E8C9A9
(232,201,169)
#ECD6BD
(236,214,189)
#F0E3D1
(240,227,209)
#F4F0E5
(244,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC6E1D color. Also use rgb(204,110,29) instead hex code.

Text Font Color

.myTextColor { color: #CC6E1D; }

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

This text font color is #CC6E1D.


Background Color

.myBgColor { background-color: #CC6E1D; }

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

This div background color is #CC6E1D.


Border color

.myBorderColor { border: 1px solid #CC6E1D; }

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

This div border color is #CC6E1D.


Opacity

.myOpacity80 { color: #CC6E1D; opacity: 0.8; }

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

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

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

This text has shadow with #CC6E1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC6E1D on black background.


Color preview on white background

This text has color #CC6E1D on white background.



Black color preview on #CC6E1D background

This text has black color on #CC6E1D background.


White color preview on #CC6E1D background

This text has white color on #CC6E1D background.