#D6690E

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

Shades of Chocolate #D6690E

Tints of Chocolate #D6690E

Color information

#D6690E (or 0xD6690E) is unknown color: approx Chocolate. HEX triplet: D6, 69 and 0E. RGB value is (214,105,14). Sum of RGB (Red+Green+Blue) = 214+105+14=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D6690E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6690E is #2996F1. Grayscale: #7F7F7F. Windows color (decimal): -2725618 or 944598. OLE color: 944598.

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

Color convert

RGB21410514-
CMYK00.510.930.16
HSL27.3º87.72%44.71%-
HSV(B)27.3º93.46%83.92%-
XYZ32.8624.433.4-
YUV127.2264.11189.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 64.26%
GREEN value IS 105 (41.41% from 255) = 31.53%
BLUE value IS 14 (5.86% from 255) = 4.20%
R=64.26%
G=31.53%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141051400.510.930.1627.387.7244.71
HexD669E0335D101b582d
Octal32615116063135203313055
Binary11010110110100111100110011101110110000110111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6690E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6690E; }

 p { color: rgb(214,105,14); }

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

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

 a { background-color: rgb(214,105,14); }

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

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

 span { border-color: rgb(214,105,14); }

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