#ce6f25

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

Shades of Chocolate #CE6F25

Tints of Chocolate #CE6F25

Color information

#CE6F25 (or 0xCE6F25) is unknown color: approx Chocolate. HEX triplet: CE, 6F and 25. RGB value is (206,111,37). Sum of RGB (Red+Green+Blue) = 206+111+37=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6F25 is #3190DA. Grayscale: #838383. Windows color (decimal): -3248347 or 2453454. OLE color: 2453454.

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

Color convert

RGB20611137-
CMYK00.460.820.19
HSL26.27º69.55%47.65%-
HSV(B)26.27º82.04%80.78%-
XYZ31.4724.624.84-
YUV130.9774.97181.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 58.19%
GREEN value IS 111 (43.75% from 255) = 31.36%
BLUE value IS 37 (14.84% from 255) = 10.45%
R=58.19%
G=31.36%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061113700.460.820.1926.2769.5547.65
HexCE6F2502E52131a4630
Octal31615745056122233210660
Binary1100111011011111001010101110101001010011110101000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce6f25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce6f25; }

 p { color: rgb(206,111,37); }

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

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

 a { background-color: rgb(206,111,37); }

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

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

 span { border-color: rgb(206,111,37); }

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