#CE6C15

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

Shades of Chocolate #CE6C15

Tints of Chocolate #CE6C15

Color information

#CE6C15 (or 0xCE6C15) is unknown color: approx Chocolate. HEX triplet: CE, 6C and 15. RGB value is (206,108,21). Sum of RGB (Red+Green+Blue) = 206+108+21=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6C15 is #3193EA. Grayscale: #7F7F7F. Windows color (decimal): -3249131 or 1404110. OLE color: 1404110.

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

Color convert

RGB20610821-
CMYK00.480.900.19
HSL28.22º81.5%44.51%-
HSV(B)28.22º89.81%80.78%-
XYZ30.9523.93.69-
YUV127.3867.97184.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 61.49%
GREEN value IS 108 (42.58% from 255) = 32.24%
BLUE value IS 21 (8.59% from 255) = 6.27%
R=61.49%
G=32.24%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061082100.480.900.1928.2281.544.51
HexCE6C150305A131c512d
Octal31615425060132233412155
Binary110011101101100101010110000101101010011111001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6C15; }

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

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

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

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

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

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

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

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