Html Css Color HEX #D6631F Chocolate

📋 copy color: '#D6631F'

red 214 ◦ green 99 ◦ blue 31

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

Shades of Chocolate #D6631F

Tints of Chocolate #D6631F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.78%

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

R = 62.21%
G = 28.78%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6631F (or 0xD6631F) is known color: Chocolate. HEX triplet: D6, 63 and 1F. RGB value is (214,99,31). Sum of RGB (Red+Green+Blue) = 214+99+31=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D6631F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6631F is #299CE0. Grayscale: #7E7E7E. Windows color (decimal): -2727137 or 2057174. OLE color: 2057174.

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

Color convert

RGB 214 99 31 -
CMYK 0 0.54 0.86 0.16
HSL 22.3º 0.75% 0.48% -
HSV(B) 22.3º 0.86% 0.84% -
XYZ 32.44 23.32 4.09 -
YUV 125.63 74.6 191.03 -
System Red Green Blue C M Y K H S L
Decimal 214 99 31 0 0.54 0.86 0.16 22.3 0.75 0.48
Hex D6 63 1F 0 36 56 10 16 4B 30
Octal 326 143 37 0 66 126 20 26 113 60
Binary 11010110 1100011 11111 0 110110 1010110 10000 10110 1001011 110000

Color Harmonies of #D6631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6631F

Black with #D6631F

Text Example


Text Example

White with #D6631F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6631F; }

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

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

background-color css

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

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

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

border-color css

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

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

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