Html Css Color HEX #CE680D Chocolate

📋 copy color: '#CE680D'

red 206 ◦ green 104 ◦ blue 13

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

Shades of Chocolate #CE680D

Tints of Chocolate #CE680D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.2%

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

R = 63.78%
G = 32.2%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE680D (or 0xCE680D) is known color: Chocolate. HEX triplet: CE, 68 and 0D. RGB value is (206,104,13). Sum of RGB (Red+Green+Blue) = 206+104+13=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE680D is #3197F2. Grayscale: #7C7C7C. Windows color (decimal): -3250163 or 878798. OLE color: 878798.

HSL color Cylindrical-coordinate representation of color #CE680D: hue angle of 28.29º 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 #CE680D is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 104 13 -
CMYK 0 0.50 0.94 0.19
HSL 28.29º 0.88% 0.43% -
HSV(B) 28.29º 0.94% 0.81% -
XYZ 30.48 23.05 3.22 -
YUV 124.12 65.29 186.4 -
System Red Green Blue C M Y K H S L
Decimal 206 104 13 0 0.50 0.94 0.19 28.29 0.88 0.43
Hex CE 68 D 0 32 5E 13 1C 58 2B
Octal 316 150 15 0 62 136 23 34 130 53
Binary 11001110 1101000 1101 0 110010 1011110 10011 11100 1011000 101011

Color Harmonies of #CE680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE680D

Black with #CE680D

Text Example


Text Example

White with #CE680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE680D; }

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

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

background-color css

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

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

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

border-color css

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

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

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