Html Css Color HEX #D7611E Chocolate

📋 copy color: '#D7611E'

red 215 ◦ green 97 ◦ blue 30

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

Shades of Chocolate #D7611E

Tints of Chocolate #D7611E

RGB

 RED value IS 215 (84.38% from 255) = 62.87%

 GREEN value IS 97 (38.28% from 255) = 28.36%

 BLUE value IS 30 (12.11% from 255) = 8.77%

R = 62.87%
G = 28.36%
B = 8.77%

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

#D7611E (or 0xD7611E) is known color: Chocolate. HEX triplet: D7, 61 and 1E. RGB value is (215,97,30). Sum of RGB (Red+Green+Blue) = 215+97+30=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D7611E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7611E is #289EE1. Grayscale: #7D7D7D. Windows color (decimal): -2662114 or 1991127. OLE color: 1991127.

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

Color convert

RGB 215 97 30 -
CMYK 0 0.55 0.86 0.16
HSL 21.73º 0.76% 0.48% -
HSV(B) 21.73º 0.86% 0.84% -
XYZ 32.53 23.09 3.97 -
YUV 124.64 74.59 192.45 -
System Red Green Blue C M Y K H S L
Decimal 215 97 30 0 0.55 0.86 0.16 21.73 0.76 0.48
Hex D7 61 1E 0 37 56 10 16 4C 30
Octal 327 141 36 0 67 126 20 26 114 60
Binary 11010111 1100001 11110 0 110111 1010110 10000 10110 1001100 110000

Color Harmonies of #D7611E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7611E

Black with #D7611E

Text Example


Text Example

White with #D7611E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7611E; }

 p { color: rgb(215,97,30); }

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

background-color css

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

 a { background-color: rgb(215,97,30); }

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

border-color css

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

 span { border-color: rgb(215,97,30); }

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