#CE6B15

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

Shades of Chocolate #CE6B15

Tints of Chocolate #CE6B15

Color information

#CE6B15 (or 0xCE6B15) is unknown color: approx Chocolate. HEX triplet: CE, 6B and 15. RGB value is (206,107,21). Sum of RGB (Red+Green+Blue) = 206+107+21=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6B15 is #3194EA. Grayscale: #7F7F7F. Windows color (decimal): -3249387 or 1403854. OLE color: 1403854.

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

Color convert

RGB20610721-
CMYK00.480.900.19
HSL27.89º81.5%44.51%-
HSV(B)27.89º89.81%80.78%-
XYZ30.8523.693.66-
YUV126.868.3184.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 61.68%
GREEN value IS 107 (42.19% from 255) = 32.04%
BLUE value IS 21 (8.59% from 255) = 6.29%
R=61.68%
G=32.04%
B=6.29%

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
Decimal2061072100.480.900.1927.8981.544.51
HexCE6B150305A131c512d
Octal31615325060132233412155
Binary110011101101011101010110000101101010011111001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6B15; }

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

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

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

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

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

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

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

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