Html Css Color HEX #D6671F Chocolate

📋 copy color: '#D6671F'

red 214 ◦ green 103 ◦ blue 31

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

Shades of Chocolate #D6671F

Tints of Chocolate #D6671F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.6%

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

R = 61.49%
G = 29.6%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6671F (or 0xD6671F) is known color: Chocolate. HEX triplet: D6, 67 and 1F. RGB value is (214,103,31). Sum of RGB (Red+Green+Blue) = 214+103+31=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D6671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6671F is #2998E0. Grayscale: #808080. Windows color (decimal): -2726113 or 2058198. OLE color: 2058198.

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

Color convert

RGB 214 103 31 -
CMYK 0 0.52 0.86 0.16
HSL 23.61º 0.75% 0.48% -
HSV(B) 23.61º 0.86% 0.84% -
XYZ 32.83 24.1 4.22 -
YUV 127.98 73.27 189.35 -
System Red Green Blue C M Y K H S L
Decimal 214 103 31 0 0.52 0.86 0.16 23.61 0.75 0.48
Hex D6 67 1F 0 34 56 10 18 4B 30
Octal 326 147 37 0 64 126 20 30 113 60
Binary 11010110 1100111 11111 0 110100 1010110 10000 11000 1001011 110000

Color Harmonies of #D6671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6671F

Black with #D6671F

Text Example


Text Example

White with #D6671F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6671F; }

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

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

background-color css

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

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

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

border-color css

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

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

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