#CE6614

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

Shades of Chocolate #CE6614

Tints of Chocolate #CE6614

Color information

#CE6614 (or 0xCE6614) is unknown color: approx Chocolate. HEX triplet: CE, 66 and 14. RGB value is (206,102,20). Sum of RGB (Red+Green+Blue) = 206+102+20=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6614 is #3199EB. Grayscale: #7C7C7C. Windows color (decimal): -3250668 or 1337038. OLE color: 1337038.

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

Color convert

RGB20610220-
CMYK00.500.900.19
HSL26.45º82.3%44.31%-
HSV(B)26.45º90.29%80.78%-
XYZ30.3322.683.44-
YUV123.7569.46186.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 62.80%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 20 (8.20% from 255) = 6.10%
R=62.80%
G=31.10%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061022000.500.900.1926.4582.344.31
HexCE66140325A131a522c
Octal31614624062132233212254
Binary110011101100110101000110010101101010011110101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6614; }

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

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

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

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

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

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

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

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