Html Css Color HEX #D6601F Chocolate

📋 copy color: '#D6601F'

red 214 ◦ green 96 ◦ blue 31

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

Shades of Chocolate #D6601F

Tints of Chocolate #D6601F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.15%

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

R = 62.76%
G = 28.15%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6601F (or 0xD6601F) is known color: Chocolate. HEX triplet: D6, 60 and 1F. RGB value is (214,96,31). Sum of RGB (Red+Green+Blue) = 214+96+31=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D6601F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6601F is #299FE0. Grayscale: #7C7C7C. Windows color (decimal): -2727905 or 2056406. OLE color: 2056406.

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

Color convert

RGB 214 96 31 -
CMYK 0 0.55 0.86 0.16
HSL 21.31º 0.75% 0.48% -
HSV(B) 21.31º 0.86% 0.84% -
XYZ 32.16 22.76 3.99 -
YUV 123.87 75.59 192.29 -
System Red Green Blue C M Y K H S L
Decimal 214 96 31 0 0.55 0.86 0.16 21.31 0.75 0.48
Hex D6 60 1F 0 37 56 10 15 4B 30
Octal 326 140 37 0 67 126 20 25 113 60
Binary 11010110 1100000 11111 0 110111 1010110 10000 10101 1001011 110000

Color Harmonies of #D6601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6601F

Black with #D6601F

Text Example


Text Example

White with #D6601F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6601F; }

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

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

background-color css

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

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

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

border-color css

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

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

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