#ce670f

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

Shades of Chocolate #CE670F

Tints of Chocolate #CE670F

Color information

#CE670F (or 0xCE670F) is unknown color: approx Chocolate. HEX triplet: CE, 67 and 0F. RGB value is (206,103,15). Sum of RGB (Red+Green+Blue) = 206+103+15=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE670F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE670F is #3198F0. Grayscale: #7C7C7C. Windows color (decimal): -3250417 or 1009614. OLE color: 1009614.

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

Color convert

RGB20610315-
CMYK00.500.930.19
HSL27.64º86.43%43.33%-
HSV(B)27.64º92.72%80.78%-
XYZ30.3922.863.26-
YUV123.7666.62186.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 63.58%
GREEN value IS 103 (40.62% from 255) = 31.79%
BLUE value IS 15 (6.25% from 255) = 4.63%
R=63.58%
G=31.79%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061031500.500.930.1927.6486.4343.33
HexCE67F0325D131c562b
Octal31614717062135233412653
Binary11001110110011111110110010101110110011111001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce670f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce670f; }

 p { color: rgb(206,103,15); }

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

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

 a { background-color: rgb(206,103,15); }

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

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

 span { border-color: rgb(206,103,15); }

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