Html Css Color HEX #D6640C Chocolate

📋 copy color: '#D6640C'

red 214 ◦ green 100 ◦ blue 12

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

Shades of Chocolate #D6640C

Tints of Chocolate #D6640C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.68%

R = 65.64%
G = 30.67%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6640C (or 0xD6640C) is known color: Chocolate. HEX triplet: D6, 64 and 0C. RGB value is (214,100,12). Sum of RGB (Red+Green+Blue) = 214+100+12=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D6640C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6640C is #299BF3. Grayscale: #7C7C7C. Windows color (decimal): -2726900 or 812246. OLE color: 812246.

HSL color Cylindrical-coordinate representation of color #D6640C: hue angle of 26.14º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6640C is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 100 12 -
CMYK 0 0.53 0.94 0.16
HSL 26.14º 0.89% 0.44% -
HSV(B) 26.14º 0.94% 0.84% -
XYZ 32.36 23.44 3.17 -
YUV 124.05 64.77 192.16 -
System Red Green Blue C M Y K H S L
Decimal 214 100 12 0 0.53 0.94 0.16 26.14 0.89 0.44
Hex D6 64 C 0 35 5E 10 1A 59 2C
Octal 326 144 14 0 65 136 20 32 131 54
Binary 11010110 1100100 1100 0 110101 1011110 10000 11010 1011001 101100

Color Harmonies of #D6640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6640C

Black with #D6640C

Text Example


Text Example

White with #D6640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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