#C46614

Color #C46614 Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #C46614

Tints of Chocolate #C46614

Color information

#C46614 (or 0xC46614) is unknown color: approx 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

RGB19610220-
CMYK00.480.900.23
HSL27.95º81.48%42.35%-
HSV(B)27.95º89.8%76.86%-
XYZ27.6421.293.31-
YUV120.7671.14181.67-

RGB Variations

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

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.20% from 255) = 6.29%
R=61.64%
G=32.08%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961022000.480.900.2327.9581.4842.35
HexC466140305A171c512a
Octal30414624060132273412152
Binary110001001100110101000110000101101010111111001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>