#C66020

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

Shades of Chocolate #C66020

Tints of Chocolate #C66020

Color information

#C66020 (or 0xC66020) is unknown color: approx Chocolate. HEX triplet: C6, 60 and 20. RGB value is (198,96,32). Sum of RGB (Red+Green+Blue) = 198+96+32=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C66020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66020 is #399FDF. Grayscale: #777777. Windows color (decimal): -3776480 or 2121926. OLE color: 2121926.

HSL color Cylindrical-coordinate representation of color #C66020: hue angle of 23.13º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C66020 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB1989632-
CMYK00.520.840.22
HSL23.13º72.17%45.1%-
HSV(B)23.13º83.84%77.65%-
XYZ27.7320.483.86-
YUV119.278.79184.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.74%
GREEN value IS 96 (37.89% from 255) = 29.45%
BLUE value IS 32 (12.89% from 255) = 9.82%
R=60.74%
G=29.45%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198963200.520.840.2223.1372.1745.1
HexC66020034541617482d
Octal30614040064124262711055
Binary1100011011000001000000110100101010010110101111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66020; }

 p { color: rgb(198,96,32); }

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

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

 a { background-color: rgb(198,96,32); }

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

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

 span { border-color: rgb(198,96,32); }

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