Html Css Color HEX #D7611B Chocolate

📋 copy color: '#D7611B'

red 215 ◦ green 97 ◦ blue 27

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

Shades of Chocolate #D7611B

Tints of Chocolate #D7611B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.96%

R = 63.42%
G = 28.61%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7611B (or 0xD7611B) is known color: Chocolate. HEX triplet: D7, 61 and 1B. RGB value is (215,97,27). Sum of RGB (Red+Green+Blue) = 215+97+27=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D7611B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7611B is #289EE4. Grayscale: #7C7C7C. Windows color (decimal): -2662117 or 1794519. OLE color: 1794519.

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

Color convert

RGB 215 97 27 -
CMYK 0 0.55 0.87 0.16
HSL 22.34º 0.78% 0.47% -
HSV(B) 22.34º 0.87% 0.84% -
XYZ 32.5 23.08 3.78 -
YUV 124.3 73.09 192.69 -
System Red Green Blue C M Y K H S L
Decimal 215 97 27 0 0.55 0.87 0.16 22.34 0.78 0.47
Hex D7 61 1B 0 37 57 10 16 4E 2F
Octal 327 141 33 0 67 127 20 26 116 57
Binary 11010111 1100001 11011 0 110111 1010111 10000 10110 1001110 101111

Color Harmonies of #D7611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7611B

Black with #D7611B

Text Example


Text Example

White with #D7611B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7611B; }

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

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

background-color css

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

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

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

border-color css

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

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

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