Html Css Color HEX #C46614 Chocolate

📋 copy color: '#C46614'

red 196 ◦ green 102 ◦ blue 20

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

Shades of Chocolate #C46614

Tints of Chocolate #C46614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.29%

R = 61.64%
G = 32.08%
B = 6.29%

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

#C46614 (or 0xC46614) is known color: Chocolate. HEX triplet: C4, 66 and 14. RGB value is (196,102,20). Sum of RGB (Red+Green+Blue) = 196+102+20=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C46614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46614 is #3B99EB. Grayscale: #797979. Windows color (decimal): -3906028 or 1337028. OLE color: 1337028.

HSL color Cylindrical-coordinate representation of color #C46614: hue angle of 27.95º degrees, saturation: 0.81, 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 #C46614 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 102 20 -
CMYK 0 0.48 0.90 0.23
HSL 27.95º 0.81% 0.42% -
HSV(B) 27.95º 0.9% 0.77% -
XYZ 27.64 21.29 3.31 -
YUV 120.76 71.14 181.67 -
System Red Green Blue C M Y K H S L
Decimal 196 102 20 0 0.48 0.90 0.23 27.95 0.81 0.42
Hex C4 66 14 0 30 5A 17 1C 51 2A
Octal 304 146 24 0 60 132 27 34 121 52
Binary 11000100 1100110 10100 0 110000 1011010 10111 11100 1010001 101010

Color Harmonies of #C46614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46614

Black with #C46614

Text Example


Text Example

White with #C46614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46614; }

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

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

background-color css

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

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

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

border-color css

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

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

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