#CE6816

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

Shades of Chocolate #CE6816

Tints of Chocolate #CE6816

Color information

#CE6816 (or 0xCE6816) is unknown color: approx Chocolate. HEX triplet: CE, 68 and 16. RGB value is (206,104,22). Sum of RGB (Red+Green+Blue) = 206+104+22=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6816 is #3197E9. Grayscale: #7D7D7D. Windows color (decimal): -3250154 or 1468622. OLE color: 1468622.

HSL color Cylindrical-coordinate representation of color #CE6816: hue angle of 26.74º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE6816 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB20610422-
CMYK00.500.890.19
HSL26.74º80.7%44.71%-
HSV(B)26.74º89.32%80.78%-
XYZ30.5523.083.6-
YUV125.1569.79185.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 62.05%
GREEN value IS 104 (41.02% from 255) = 31.33%
BLUE value IS 22 (8.98% from 255) = 6.63%
R=62.05%
G=31.33%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.89
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061042200.500.890.1926.7480.744.71
HexCE681603259131b512d
Octal31615026062131233312155
Binary110011101101000101100110010101100110011110111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6816; }

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

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

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

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

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

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

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

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