#CE641D

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

Shades of Chocolate #CE641D

Tints of Chocolate #CE641D

Color information

#CE641D (or 0xCE641D) is unknown color: approx Chocolate. HEX triplet: CE, 64 and 1D. RGB value is (206,100,29). Sum of RGB (Red+Green+Blue) = 206+100+29=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE641D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE641D is #319BE2. Grayscale: #7B7B7B. Windows color (decimal): -3251171 or 1926350. OLE color: 1926350.

HSL color Cylindrical-coordinate representation of color #CE641D: hue angle of 24.07º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE641D is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB20610029-
CMYK00.510.860.19
HSL24.07º75.32%46.08%-
HSV(B)24.07º85.92%80.78%-
XYZ30.2322.323.88-
YUV123.674.62186.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 61.49%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 29 (11.72% from 255) = 8.66%
R=61.49%
G=29.85%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061002900.510.860.1924.0775.3246.08
HexCE641D0335613184b2e
Octal31614435063126233011356
Binary110011101100100111010110011101011010011110001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE641D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE641D; }

 p { color: rgb(206,100,29); }

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

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

 a { background-color: rgb(206,100,29); }

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

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

 span { border-color: rgb(206,100,29); }

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