Html Css Color HEX #D6541F Chocolate

📋 copy color: '#D6541F'

red 214 ◦ green 84 ◦ blue 31

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

Shades of Chocolate #D6541F

Tints of Chocolate #D6541F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.53%

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

R = 65.05%
G = 25.53%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6541F (or 0xD6541F) is known color: Chocolate. HEX triplet: D6, 54 and 1F. RGB value is (214,84,31). Sum of RGB (Red+Green+Blue) = 214+84+31=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D6541F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6541F is #29ABE0. Grayscale: #757575. Windows color (decimal): -2730977 or 2053334. OLE color: 2053334.

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

Color convert

RGB 214 84 31 -
CMYK 0 0.61 0.86 0.16
HSL 17.38º 0.75% 0.48% -
HSV(B) 17.38º 0.86% 0.84% -
XYZ 31.15 20.74 3.66 -
YUV 116.83 79.57 197.31 -
System Red Green Blue C M Y K H S L
Decimal 214 84 31 0 0.61 0.86 0.16 17.38 0.75 0.48
Hex D6 54 1F 0 3D 56 10 11 4B 30
Octal 326 124 37 0 75 126 20 21 113 60
Binary 11010110 1010100 11111 0 111101 1010110 10000 10001 1001011 110000

Color Harmonies of #D6541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6541F

Black with #D6541F

Text Example


Text Example

White with #D6541F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6541F; }

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

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

background-color css

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

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

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

border-color css

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

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

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