Html Css Color HEX #D7611A Chocolate

📋 copy color: '#D7611A'

red 215 ◦ green 97 ◦ blue 26

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

Shades of Chocolate #D7611A

Tints of Chocolate #D7611A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.69%

R = 63.61%
G = 28.7%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7611A (or 0xD7611A) is known color: Chocolate. HEX triplet: D7, 61 and 1A. RGB value is (215,97,26). Sum of RGB (Red+Green+Blue) = 215+97+26=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D7611A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7611A is #289EE5. Grayscale: #7C7C7C. Windows color (decimal): -2662118 or 1728983. OLE color: 1728983.

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

Color convert

RGB 215 97 26 -
CMYK 0 0.55 0.88 0.16
HSL 22.54º 0.78% 0.47% -
HSV(B) 22.54º 0.88% 0.84% -
XYZ 32.49 23.07 3.72 -
YUV 124.19 72.59 192.77 -
System Red Green Blue C M Y K H S L
Decimal 215 97 26 0 0.55 0.88 0.16 22.54 0.78 0.47
Hex D7 61 1A 0 37 58 10 17 4E 2F
Octal 327 141 32 0 67 130 20 27 116 57
Binary 11010111 1100001 11010 0 110111 1011000 10000 10111 1001110 101111

Color Harmonies of #D7611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7611A

Black with #D7611A

Text Example


Text Example

White with #D7611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7611A; }

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

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

background-color css

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

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

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

border-color css

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

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

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