#CE6D19

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

Shades of Chocolate #CE6D19

Tints of Chocolate #CE6D19

Color information

#CE6D19 (or 0xCE6D19) is unknown color: approx Chocolate. HEX triplet: CE, 6D and 19. RGB value is (206,109,25). Sum of RGB (Red+Green+Blue) = 206+109+25=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6D19 is #3192E6. Grayscale: #808080. Windows color (decimal): -3248871 or 1666510. OLE color: 1666510.

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

Color convert

RGB20610925-
CMYK00.470.880.19
HSL27.85º78.35%45.29%-
HSV(B)27.85º87.86%80.78%-
XYZ31.124.133.94-
YUV128.4369.64183.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 60.59%
GREEN value IS 109 (42.97% from 255) = 32.06%
BLUE value IS 25 (10.16% from 255) = 7.35%
R=60.59%
G=32.06%
B=7.35%

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
Decimal2061092500.470.880.1927.8578.3545.29
HexCE6D1902F58131c4e2d
Octal31615531057130233411655
Binary110011101101101110010101111101100010011111001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6D19; }

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

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

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

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

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

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

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

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