Html Css Color HEX #D6641F Chocolate

📋 copy color: '#D6641F'

red 214 ◦ green 100 ◦ blue 31

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

Shades of Chocolate #D6641F

Tints of Chocolate #D6641F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.99%

R = 62.03%
G = 28.99%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6641F (or 0xD6641F) is known color: Chocolate. HEX triplet: D6, 64 and 1F. RGB value is (214,100,31). Sum of RGB (Red+Green+Blue) = 214+100+31=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D6641F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6641F is #299BE0. Grayscale: #7E7E7E. Windows color (decimal): -2726881 or 2057430. OLE color: 2057430.

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

Color convert

RGB 214 100 31 -
CMYK 0 0.53 0.86 0.16
HSL 22.62º 0.75% 0.48% -
HSV(B) 22.62º 0.86% 0.84% -
XYZ 32.54 23.51 4.12 -
YUV 126.22 74.27 190.61 -
System Red Green Blue C M Y K H S L
Decimal 214 100 31 0 0.53 0.86 0.16 22.62 0.75 0.48
Hex D6 64 1F 0 35 56 10 17 4B 30
Octal 326 144 37 0 65 126 20 27 113 60
Binary 11010110 1100100 11111 0 110101 1010110 10000 10111 1001011 110000

Color Harmonies of #D6641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6641F

Black with #D6641F

Text Example


Text Example

White with #D6641F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6641F; }

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

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

background-color css

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

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

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

border-color css

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

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

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