Html Css Color HEX #D6601B Chocolate

📋 copy color: '#D6601B'

red 214 ◦ green 96 ◦ blue 27

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

Shades of Chocolate #D6601B

Tints of Chocolate #D6601B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.49%

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

R = 63.5%
G = 28.49%
B = 8.01%

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

#D6601B (or 0xD6601B) is known color: Chocolate. HEX triplet: D6, 60 and 1B. RGB value is (214,96,27). Sum of RGB (Red+Green+Blue) = 214+96+27=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D6601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6601B is #299FE4. Grayscale: #7B7B7B. Windows color (decimal): -2727909 or 1794262. OLE color: 1794262.

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

Color convert

RGB 214 96 27 -
CMYK 0 0.55 0.87 0.16
HSL 22.14º 0.78% 0.47% -
HSV(B) 22.14º 0.87% 0.84% -
XYZ 32.11 22.74 3.73 -
YUV 123.42 73.59 192.61 -
System Red Green Blue C M Y K H S L
Decimal 214 96 27 0 0.55 0.87 0.16 22.14 0.78 0.47
Hex D6 60 1B 0 37 57 10 16 4E 2F
Octal 326 140 33 0 67 127 20 26 116 57
Binary 11010110 1100000 11011 0 110111 1010111 10000 10110 1001110 101111

Color Harmonies of #D6601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6601B

Black with #D6601B

Text Example


Text Example

White with #D6601B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6601B; }

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

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

background-color css

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

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

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

border-color css

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

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

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