#C06811

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

Shades of Chocolate #C06811

Tints of Chocolate #C06811

Color information

#C06811 (or 0xC06811) is unknown color: approx Chocolate. HEX triplet: C0, 68 and 11. RGB value is (192,104,17). Sum of RGB (Red+Green+Blue) = 192+104+17=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C06811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06811 is #3F97EE. Grayscale: #787878. Windows color (decimal): -4167663 or 1140928. OLE color: 1140928.

HSL color Cylindrical-coordinate representation of color #C06811: hue angle of 29.83º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C06811 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB19210417-
CMYK00.460.910.25
HSL29.83º83.73%40.98%-
HSV(B)29.83º91.15%75.29%-
XYZ26.7921.153.2-
YUV120.3969.65179.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.34%
GREEN value IS 104 (41.02% from 255) = 33.23%
BLUE value IS 17 (7.03% from 255) = 5.43%
R=61.34%
G=33.23%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921041700.460.910.2529.8383.7340.98
HexC0681102E5B191e5429
Octal30015021056133313612451
Binary110000001101000100010101110101101111001111101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06811; }

 p { color: rgb(192,104,17); }

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

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

 a { background-color: rgb(192,104,17); }

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

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

 span { border-color: rgb(192,104,17); }

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