#d6611f

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

Shades of Chocolate #D6611F

Tints of Chocolate #D6611F

Color information

#D6611F (or 0xD6611F) is unknown color: approx Chocolate. HEX triplet: D6, 61 and 1F. RGB value is (214,97,31). Sum of RGB (Red+Green+Blue) = 214+97+31=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D6611F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6611F is #299EE0. Grayscale: #7C7C7C. Windows color (decimal): -2727649 or 2056662. OLE color: 2056662.

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

Color convert

RGB2149731-
CMYK00.550.860.16
HSL21.64º74.69%48.04%-
HSV(B)21.64º85.51%83.92%-
XYZ32.2522.944.03-
YUV124.4675.26191.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 62.57%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 31 (12.5% from 255) = 9.06%
R=62.57%
G=28.36%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214973100.550.860.1621.6474.6948.04
HexD6611F0375610164b30
Octal32614137067126202611360
Binary110101101100001111110110111101011010000101101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6611f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6611f; }

 p { color: rgb(214,97,31); }

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

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

 a { background-color: rgb(214,97,31); }

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

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

 span { border-color: rgb(214,97,31); }

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