Html Css Color HEX #D6591A Chocolate

📋 copy color: '#D6591A'

red 214 ◦ green 89 ◦ blue 26

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

Shades of Chocolate #D6591A

Tints of Chocolate #D6591A

RGB

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

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

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

R = 65.05%
G = 27.05%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6591A (or 0xD6591A) is known color: Chocolate. HEX triplet: D6, 59 and 1A. RGB value is (214,89,26). Sum of RGB (Red+Green+Blue) = 214+89+26=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D6591A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6591A is #29A6E5. Grayscale: #777777. Windows color (decimal): -2729702 or 1726934. OLE color: 1726934.

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

Color convert

RGB 214 89 26 -
CMYK 0 0.58 0.88 0.16
HSL 20.11º 0.78% 0.47% -
HSV(B) 20.11º 0.88% 0.84% -
XYZ 31.49 21.52 3.47 -
YUV 119.19 75.41 195.62 -
System Red Green Blue C M Y K H S L
Decimal 214 89 26 0 0.58 0.88 0.16 20.11 0.78 0.47
Hex D6 59 1A 0 3A 58 10 14 4E 2F
Octal 326 131 32 0 72 130 20 24 116 57
Binary 11010110 1011001 11010 0 111010 1011000 10000 10100 1001110 101111

Color Harmonies of #D6591A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6591A

Black with #D6591A

Text Example


Text Example

White with #D6591A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6591A; }

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

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

background-color css

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

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

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

border-color css

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

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

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