#C86020

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

Shades of Chocolate #C86020

Tints of Chocolate #C86020

Color information

#C86020 (or 0xC86020) is unknown color: approx Chocolate. HEX triplet: C8, 60 and 20. RGB value is (200,96,32). Sum of RGB (Red+Green+Blue) = 200+96+32=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C86020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86020 is #379FDF. Grayscale: #787878. Windows color (decimal): -3645408 or 2121928. OLE color: 2121928.

HSL color Cylindrical-coordinate representation of color #C86020: hue angle of 22.86º 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 #C86020 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB2009632-
CMYK00.520.840.22
HSL22.86º72.41%45.49%-
HSV(B)22.86º84%78.43%-
XYZ28.2620.753.88-
YUV119.878.46185.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.98%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 32 (12.89% from 255) = 9.76%
R=60.98%
G=29.27%
B=9.76%

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
Decimal200963200.520.840.2222.8672.4145.49
HexC86020034541617482d
Octal31014040064124262711055
Binary1100100011000001000000110100101010010110101111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86020; }

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

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

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

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

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

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

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

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