Html Css Color HEX #CE6D0D Chocolate

📋 copy color: '#CE6D0D'

red 206 ◦ green 109 ◦ blue 13

#CE6D0D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #CE6D0D

Tints of Chocolate #CE6D0D

RGB

 RED value IS 206 (80.86% from 255) = 62.8%

 GREEN value IS 109 (42.97% from 255) = 33.23%

 BLUE value IS 13 (5.47% from 255) = 3.96%

R = 62.8%
G = 33.23%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE6D0D (or 0xCE6D0D) is known color: Chocolate. HEX triplet: CE, 6D and 0D. RGB value is (206,109,13). Sum of RGB (Red+Green+Blue) = 206+109+13=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6D0D is #3192F2. Grayscale: #7F7F7F. Windows color (decimal): -3248883 or 880078. OLE color: 880078.

HSL color Cylindrical-coordinate representation of color #CE6D0D: hue angle of 29.84º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE6D0D is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 109 13 -
CMYK 0 0.47 0.94 0.19
HSL 29.84º 0.88% 0.43% -
HSV(B) 29.84º 0.94% 0.81% -
XYZ 30.99 24.09 3.4 -
YUV 127.06 63.64 184.31 -
System Red Green Blue C M Y K H S L
Decimal 206 109 13 0 0.47 0.94 0.19 29.84 0.88 0.43
Hex CE 6D D 0 2F 5E 13 1E 58 2B
Octal 316 155 15 0 57 136 23 36 130 53
Binary 11001110 1101101 1101 0 101111 1011110 10011 11110 1011000 101011

Color Harmonies of #CE6D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6D0D

Black with #CE6D0D

Text Example


Text Example

White with #CE6D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6D0D; }

 p { color: rgb(206,109,13); }

 H1.HeaderClassName
 {
   color: #CE6D0D;
 }
 .AnyTagClassName
 {
   color: #CE6D0D;
 }
</style>

background-color css

<style>
 a { background-color: #CE6D0D; }

 a { background-color: rgb(206,109,13); }

 div.DivClassName
 {
   background-color: #CE6D0D;
 }
 .BgClassName
 {
   background-color: #CE6D0D;
 }
</style>

border-color css

<style>
 span { border-color: #CE6D0D; }

 span { border-color: rgb(206,109,13); }

 td.TdClassName
 {
   border-color: #CE6D0D;
 }
 .TagClassName
 {
   border-color: #CE6D0D;
 }
</style>