#ce680c

Color #CE680C Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #CE680C

Tints of Chocolate #CE680C

Color information

#CE680C (or 0xCE680C) is unknown color: approx Chocolate. HEX triplet: CE, 68 and 0C. RGB value is (206,104,12). Sum of RGB (Red+Green+Blue) = 206+104+12=322 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.98% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 206 - color contains mainly: red. Hex color #CE680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE680C is #3197F3. Grayscale: #7C7C7C. Windows color (decimal): -3250164 or 813262. OLE color: 813262.

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

Color convert

RGB20610412-
CMYK00.500.940.19
HSL28.45º88.99%42.75%-
HSV(B)28.45º94.17%80.78%-
XYZ30.4723.053.19-
YUV124.0164.79186.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 63.98%
GREEN value IS 104 (41.02% from 255) = 32.30%
BLUE value IS 12 (5.08% from 255) = 3.73%
R=63.98%
G=32.30%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061041200.500.940.1928.4588.9942.75
HexCE68C0325E131c592b
Octal31615014062136233413153
Binary11001110110100011000110010101111010011111001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce680c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce680c; }

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

 H1.HeaderClassName
 {
   color: #ce680c;
 }
 .AnyTagClassName
 {
   color: #ce680c;
 }
</style>
background-color css

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

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

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

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

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

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