Html Css Color HEX #D6591B Chocolate

📋 copy color: '#D6591B'

red 214 ◦ green 89 ◦ blue 27

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

Shades of Chocolate #D6591B

Tints of Chocolate #D6591B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.97%

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

R = 64.85%
G = 26.97%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6591B (or 0xD6591B) is known color: Chocolate. HEX triplet: D6, 59 and 1B. RGB value is (214,89,27). Sum of RGB (Red+Green+Blue) = 214+89+27=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D6591B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6591B is #29A6E4. Grayscale: #777777. Windows color (decimal): -2729701 or 1792470. OLE color: 1792470.

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

Color convert

RGB 214 89 27 -
CMYK 0 0.58 0.87 0.16
HSL 19.89º 0.78% 0.47% -
HSV(B) 19.89º 0.87% 0.84% -
XYZ 31.5 21.52 3.53 -
YUV 119.31 75.91 195.54 -
System Red Green Blue C M Y K H S L
Decimal 214 89 27 0 0.58 0.87 0.16 19.89 0.78 0.47
Hex D6 59 1B 0 3A 57 10 14 4E 2F
Octal 326 131 33 0 72 127 20 24 116 57
Binary 11010110 1011001 11011 0 111010 1010111 10000 10100 1001110 101111

Color Harmonies of #D6591B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6591B

Black with #D6591B

Text Example


Text Example

White with #D6591B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6591B; }

 p { color: rgb(214,89,27); }

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

background-color css

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

 a { background-color: rgb(214,89,27); }

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

border-color css

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

 span { border-color: rgb(214,89,27); }

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