#C06016

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

Shades of Chocolate #C06016

Tints of Chocolate #C06016

Color information

#C06016 (or 0xC06016) is unknown color: approx Chocolate. HEX triplet: C0, 60 and 16. RGB value is (192,96,22). Sum of RGB (Red+Green+Blue) = 192+96+22=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C06016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06016 is #3F9FE9. Grayscale: #747474. Windows color (decimal): -4169706 or 1466560. OLE color: 1466560.

HSL color Cylindrical-coordinate representation of color #C06016: hue angle of 26.12º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C06016 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB1929622-
CMYK00.500.890.25
HSL26.12º79.44%41.96%-
HSV(B)26.12º88.54%75.29%-
XYZ26.0719.633.17-
YUV116.2774.8182.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.94%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 22 (8.98% from 255) = 7.10%
R=61.94%
G=30.97%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192962200.500.890.2526.1279.4441.96
HexC0601603259191a4f2a
Octal30014026062131313211752
Binary110000001100000101100110010101100111001110101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06016; }

 p { color: rgb(192,96,22); }

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

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

 a { background-color: rgb(192,96,22); }

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

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

 span { border-color: rgb(192,96,22); }

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