#C56615

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

Shades of Chocolate #C56615

Tints of Chocolate #C56615

Color information

#C56615 (or 0xC56615) is unknown color: approx Chocolate. HEX triplet: C5, 66 and 15. RGB value is (197,102,21). Sum of RGB (Red+Green+Blue) = 197+102+21=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C56615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56615 is #3A99EA. Grayscale: #797979. Windows color (decimal): -3840491 or 1402565. OLE color: 1402565.

HSL color Cylindrical-coordinate representation of color #C56615: hue angle of 27.61º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C56615 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB19710221-
CMYK00.480.890.23
HSL27.61º80.73%42.75%-
HSV(B)27.61º89.34%77.25%-
XYZ27.9121.433.37-
YUV121.1771.47182.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 61.56%
GREEN value IS 102 (40.23% from 255) = 31.88%
BLUE value IS 21 (8.59% from 255) = 6.56%
R=61.56%
G=31.88%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971022100.480.890.2327.6180.7342.75
HexC5661503059171c512b
Octal30514625060131273412153
Binary110001011100110101010110000101100110111111001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56615; }

 p { color: rgb(197,102,21); }

 H1.HeaderClassName
 {
   color: #C56615;
 }
 .AnyTagClassName
 {
   color: #C56615;
 }
</style>
background-color css

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

 a { background-color: rgb(197,102,21); }

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

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

 span { border-color: rgb(197,102,21); }

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