#D6681E

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

Shades of Chocolate #D6681E

Tints of Chocolate #D6681E

Color information

#D6681E (or 0xD6681E) is unknown color: approx Chocolate. HEX triplet: D6, 68 and 1E. RGB value is (214,104,30). Sum of RGB (Red+Green+Blue) = 214+104+30=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D6681E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6681E is #2997E1. Grayscale: #808080. Windows color (decimal): -2725858 or 1992918. OLE color: 1992918.

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

Color convert

RGB21410430-
CMYK00.510.860.16
HSL24.13º75.41%47.84%-
HSV(B)24.13º85.98%83.92%-
XYZ32.9224.294.18-
YUV128.4572.44189.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 61.49%
GREEN value IS 104 (41.02% from 255) = 29.89%
BLUE value IS 30 (12.11% from 255) = 8.62%
R=61.49%
G=29.89%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141043000.510.860.1624.1375.4147.84
HexD6681E0335610184b30
Octal32615036063126203011360
Binary110101101101000111100110011101011010000110001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6681E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6681E; }

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

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

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

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

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

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

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

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