Html Css Color HEX #D6731C Chocolate

📋 copy color: '#D6731C'

red 214 ◦ green 115 ◦ blue 28

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

Shades of Chocolate #D6731C

Tints of Chocolate #D6731C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.21%

 BLUE value IS 28 (11.33% from 255) = 7.84%

R = 59.94%
G = 32.21%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6731C (or 0xD6731C) is known color: Chocolate. HEX triplet: D6, 73 and 1C. RGB value is (214,115,28). Sum of RGB (Red+Green+Blue) = 214+115+28=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D6731C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6731C is #298CE3. Grayscale: #878787. Windows color (decimal): -2723044 or 1864662. OLE color: 1864662.

HSL color Cylindrical-coordinate representation of color #D6731C: hue angle of 28.06º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6731C is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 115 28 -
CMYK 0 0.46 0.87 0.16
HSL 28.06º 0.77% 0.47% -
HSV(B) 28.06º 0.87% 0.84% -
XYZ 34.07 26.64 4.45 -
YUV 134.68 67.8 184.57 -
System Red Green Blue C M Y K H S L
Decimal 214 115 28 0 0.46 0.87 0.16 28.06 0.77 0.47
Hex D6 73 1C 0 2E 57 10 1C 4D 2F
Octal 326 163 34 0 56 127 20 34 115 57
Binary 11010110 1110011 11100 0 101110 1010111 10000 11100 1001101 101111

Color Harmonies of #D6731C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6731C

Black with #D6731C

Text Example


Text Example

White with #D6731C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6731C; }

 p { color: rgb(214,115,28); }

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

background-color css

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

 a { background-color: rgb(214,115,28); }

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

border-color css

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

 span { border-color: rgb(214,115,28); }

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