Html Css Color HEX #D6691F Chocolate

📋 copy color: '#D6691F'

red 214 ◦ green 105 ◦ blue 31

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

Shades of Chocolate #D6691F

Tints of Chocolate #D6691F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30%

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

R = 61.14%
G = 30%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6691F (or 0xD6691F) is known color: Chocolate. HEX triplet: D6, 69 and 1F. RGB value is (214,105,31). Sum of RGB (Red+Green+Blue) = 214+105+31=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D6691F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6691F is #2996E0. Grayscale: #818181. Windows color (decimal): -2725601 or 2058710. OLE color: 2058710.

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

Color convert

RGB 214 105 31 -
CMYK 0 0.51 0.86 0.16
HSL 24.26º 0.75% 0.48% -
HSV(B) 24.26º 0.86% 0.84% -
XYZ 33.03 24.5 4.28 -
YUV 129.16 72.61 188.52 -
System Red Green Blue C M Y K H S L
Decimal 214 105 31 0 0.51 0.86 0.16 24.26 0.75 0.48
Hex D6 69 1F 0 33 56 10 18 4B 30
Octal 326 151 37 0 63 126 20 30 113 60
Binary 11010110 1101001 11111 0 110011 1010110 10000 11000 1001011 110000

Color Harmonies of #D6691F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6691F

Black with #D6691F

Text Example


Text Example

White with #D6691F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6691F; }

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

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

background-color css

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

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

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

border-color css

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

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

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