#CE641F

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

Shades of Chocolate #CE641F

Tints of Chocolate #CE641F

Color information

#CE641F (or 0xCE641F) is unknown color: approx Chocolate. HEX triplet: CE, 64 and 1F. RGB value is (206,100,31). Sum of RGB (Red+Green+Blue) = 206+100+31=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE641F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE641F is #319BE0. Grayscale: #7C7C7C. Windows color (decimal): -3251169 or 2057422. OLE color: 2057422.

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

Color convert

RGB20610031-
CMYK00.510.850.19
HSL23.66º73.84%46.47%-
HSV(B)23.66º84.95%80.78%-
XYZ30.2622.344.01-
YUV123.8375.62186.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 61.13%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 31 (12.5% from 255) = 9.20%
R=61.13%
G=29.67%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061003100.510.850.1923.6673.8446.47
HexCE641F0335513184a2e
Octal31614437063125233011256
Binary110011101100100111110110011101010110011110001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE641F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE641F; }

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

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

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

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

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

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

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

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