#CE6414

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

Shades of Chocolate #CE6414

Tints of Chocolate #CE6414

Color information

#CE6414 (or 0xCE6414) is unknown color: approx Chocolate. HEX triplet: CE, 64 and 14. RGB value is (206,100,20). Sum of RGB (Red+Green+Blue) = 206+100+20=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6414 is #319BEB. Grayscale: #7B7B7B. Windows color (decimal): -3251180 or 1336526. OLE color: 1336526.

HSL color Cylindrical-coordinate representation of color #CE6414: hue angle of 25.81º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE6414 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB20610020-
CMYK00.510.900.19
HSL25.81º82.3%44.31%-
HSV(B)25.81º90.29%80.78%-
XYZ30.1422.293.38-
YUV122.5770.12187.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 63.19%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 20 (8.20% from 255) = 6.13%
R=63.19%
G=30.67%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061002000.510.900.1925.8182.344.31
HexCE64140335A131a522c
Octal31614424063132233212254
Binary110011101100100101000110011101101010011110101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6414; }

 p { color: rgb(206,100,20); }

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

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

 a { background-color: rgb(206,100,20); }

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

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

 span { border-color: rgb(206,100,20); }

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