Html Css Color HEX #D6640E Chocolate

📋 copy color: '#D6640E'

red 214 ◦ green 100 ◦ blue 14

#D6640E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #D6640E

Tints of Chocolate #D6640E

RGB

 RED value IS 214 (83.98% from 255) = 65.24%

 GREEN value IS 100 (39.45% from 255) = 30.49%

 BLUE value IS 14 (5.86% from 255) = 4.27%

R = 65.24%
G = 30.49%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6640E (or 0xD6640E) is known color: Chocolate. HEX triplet: D6, 64 and 0E. RGB value is (214,100,14). Sum of RGB (Red+Green+Blue) = 214+100+14=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D6640E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6640E is #299BF1. Grayscale: #7C7C7C. Windows color (decimal): -2726898 or 943318. OLE color: 943318.

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

Color convert

RGB 214 100 14 -
CMYK 0 0.53 0.93 0.16
HSL 25.8º 0.88% 0.45% -
HSV(B) 25.8º 0.93% 0.84% -
XYZ 32.37 23.44 3.23 -
YUV 124.28 65.77 191.99 -
System Red Green Blue C M Y K H S L
Decimal 214 100 14 0 0.53 0.93 0.16 25.8 0.88 0.45
Hex D6 64 E 0 35 5D 10 1A 58 2D
Octal 326 144 16 0 65 135 20 32 130 55
Binary 11010110 1100100 1110 0 110101 1011101 10000 11010 1011000 101101

Color Harmonies of #D6640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6640E

Black with #D6640E

Text Example


Text Example

White with #D6640E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6640E; }

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

 H1.HeaderClassName
 {
   color: #D6640E;
 }
 .AnyTagClassName
 {
   color: #D6640E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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