COLOR #CE6A0D

HEX: #CE6A0D
RGB: (206,106,13)

Color info

#CE6A0D contains mainly red color. Web safe color of #CE6A0D is #CC6600 (or #C60).

RGB color model

#CE6A0D color RGB value is (206,106,13).

  • red value is 206;
  • green value is 106;
  • blue value is 13.
RGB:
(206,106,13)
(81%,42%,5%)

RGB channels and saturation

R 206 of 255 = 81%
G 106 of 255 = 42%
B 13 of 255 = 5%

206
106
13

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

Portions of RGB colors in percentages

R + G + B =
206 + 106 + 13 = 325 (100%)
R 206 of 325 ~ 63.38%
G 106 of 325 ~ 32.62%
B 13 of 325 ~ 4%

%63.38
%32.62

CMYK color model

#CE6A0D color CMYK value is (0,49,94,19).

  • cyan value is 0.00%
  • magenta value is 48.54%
  • yellow value is 93.69%
  • key color value is 19.22%
CMYK:
(0,49,94,19)
C0M49Y94K19 
(0%,49%,94%,19%)
(0.00/0.49/0.94/0.19)	

CMYK percentages

%0
%48.54
%93.69
%19.22

Codes

Color #CE6A0D in popluar color models

CE6A0D
RGB20610613
HSL29°88.13%42.94%
HSB/HSV29°93.69%80.78%
CMYK0.00%48.54%93.69%
19.22%

Color #CE6A0D in popluar number systems.

HEXCE6A0D
Decimal20610613
Binary1100111011010101101
Octal31615215

Shades and tints

Shades of #CE6A0D

#CE6A0D
(206,106,13)
#BC610C
(188,97,12)
#AA580B
(170,88,11)
#984F0A
(152,79,10)
#864609
(134,70,9)
#743D08
(116,61,8)
#623407
(98,52,7)
#502B06
(80,43,6)
#3E2205
(62,34,5)
#2C1904
(44,25,4)
#1A1003
(26,16,3)
#000000
(0,0,0)

Tints of #CE6A0D

#CE6A0D
(206,106,13)
#D27723
(210,119,35)
#D68439
(214,132,57)
#DA914F
(218,145,79)
#DE9E65
(222,158,101)
#E2AB7B
(226,171,123)
#E6B891
(230,184,145)
#EAC5A7
(234,197,167)
#EED2BD
(238,210,189)
#F2DFD3
(242,223,211)
#F6ECE9
(246,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE6A0D color. Also use rgb(206,106,13) instead hex code.

Text Font Color

.myTextColor { color: #CE6A0D; }

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

This text font color is #CE6A0D.


Background Color

.myBgColor { background-color: #CE6A0D; }

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

This div background color is #CE6A0D.


Border color

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

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

This div border color is #CE6A0D.


Opacity

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

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

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

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

This text has shadow with #CE6A0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE6A0D on black background.


Color preview on white background

This text has color #CE6A0D on white background.



Black color preview on #CE6A0D background

This text has black color on #CE6A0D background.


White color preview on #CE6A0D background

This text has white color on #CE6A0D background.