#CE6C19

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

Shades of Chocolate #CE6C19

Tints of Chocolate #CE6C19

Color information

#CE6C19 (or 0xCE6C19) is unknown color: approx Chocolate. HEX triplet: CE, 6C and 19. RGB value is (206,108,25). Sum of RGB (Red+Green+Blue) = 206+108+25=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6C19 is #3193E6. Grayscale: #808080. Windows color (decimal): -3249127 or 1666254. OLE color: 1666254.

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

Color convert

RGB20610825-
CMYK00.480.880.19
HSL27.51º78.35%45.29%-
HSV(B)27.51º87.86%80.78%-
XYZ30.9923.923.9-
YUV127.8469.97183.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 60.77%
GREEN value IS 108 (42.58% from 255) = 31.86%
BLUE value IS 25 (10.16% from 255) = 7.37%
R=60.77%
G=31.86%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061082500.480.880.1927.5178.3545.29
HexCE6C1903058131c4e2d
Octal31615431060130233411655
Binary110011101101100110010110000101100010011111001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6C19; }

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

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

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

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

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

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

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

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