Html Css Color HEX #C46613 Chocolate

📋 copy color: '#C46613'

red 196 ◦ green 102 ◦ blue 19

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

Shades of Chocolate #C46613

Tints of Chocolate #C46613

RGB

 RED value IS 196 (76.95% from 255) = 61.83%

 GREEN value IS 102 (40.23% from 255) = 32.18%

 BLUE value IS 19 (7.81% from 255) = 5.99%

R = 61.83%
G = 32.18%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C46613 (or 0xC46613) is known color: Chocolate. HEX triplet: C4, 66 and 13. RGB value is (196,102,19). Sum of RGB (Red+Green+Blue) = 196+102+19=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C46613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46613 is #3B99EC. Grayscale: #797979. Windows color (decimal): -3906029 or 1271492. OLE color: 1271492.

HSL color Cylindrical-coordinate representation of color #C46613: hue angle of 28.14º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C46613 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 102 19 -
CMYK 0 0.48 0.90 0.23
HSL 28.14º 0.82% 0.42% -
HSV(B) 28.14º 0.9% 0.77% -
XYZ 27.63 21.29 3.27 -
YUV 120.64 70.64 181.75 -
System Red Green Blue C M Y K H S L
Decimal 196 102 19 0 0.48 0.90 0.23 28.14 0.82 0.42
Hex C4 66 13 0 30 5A 17 1C 52 2A
Octal 304 146 23 0 60 132 27 34 122 52
Binary 11000100 1100110 10011 0 110000 1011010 10111 11100 1010010 101010

Color Harmonies of #C46613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46613

Black with #C46613

Text Example


Text Example

White with #C46613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46613; }

 p { color: rgb(196,102,19); }

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

background-color css

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

 a { background-color: rgb(196,102,19); }

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

border-color css

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

 span { border-color: rgb(196,102,19); }

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