#CF681E

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

Shades of Chocolate #CF681E

Tints of Chocolate #CF681E

Color information

#CF681E (or 0xCF681E) is unknown color: approx Chocolate. HEX triplet: CF, 68 and 1E. RGB value is (207,104,30). Sum of RGB (Red+Green+Blue) = 207+104+30=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF681E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF681E is #3097E1. Grayscale: #7E7E7E. Windows color (decimal): -3184610 or 1992911. OLE color: 1992911.

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

Color convert

RGB20710430-
CMYK00.500.860.19
HSL25.08º74.68%46.47%-
HSV(B)25.08º85.51%81.18%-
XYZ30.9223.264.09-
YUV126.3673.62185.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 60.70%
GREEN value IS 104 (41.02% from 255) = 30.50%
BLUE value IS 30 (12.11% from 255) = 8.80%
R=60.70%
G=30.50%
B=8.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071043000.500.860.1925.0874.6846.47
HexCF681E0325613194b2e
Octal31715036062126233111356
Binary110011111101000111100110010101011010011110011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF681E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF681E; }

 p { color: rgb(207,104,30); }

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

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

 a { background-color: rgb(207,104,30); }

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

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

 span { border-color: rgb(207,104,30); }

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