#CE6E19

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

Shades of Chocolate #CE6E19

Tints of Chocolate #CE6E19

Color information

#CE6E19 (or 0xCE6E19) is unknown color: approx Chocolate. HEX triplet: CE, 6E and 19. RGB value is (206,110,25). Sum of RGB (Red+Green+Blue) = 206+110+25=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6E19 is #3191E6. Grayscale: #818181. Windows color (decimal): -3248615 or 1666766. OLE color: 1666766.

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

Color convert

RGB20611025-
CMYK00.470.880.19
HSL28.18º78.35%45.29%-
HSV(B)28.18º87.86%80.78%-
XYZ31.224.343.97-
YUV129.0169.3182.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 60.41%
GREEN value IS 110 (43.36% from 255) = 32.26%
BLUE value IS 25 (10.16% from 255) = 7.33%
R=60.41%
G=32.26%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061102500.470.880.1928.1878.3545.29
HexCE6E1902F58131c4e2d
Octal31615631057130233411655
Binary110011101101110110010101111101100010011111001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6E19; }

 p { color: rgb(206,110,25); }

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

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

 a { background-color: rgb(206,110,25); }

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

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

 span { border-color: rgb(206,110,25); }

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