#C06810

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

Shades of Chocolate #C06810

Tints of Chocolate #C06810

Color information

#C06810 (or 0xC06810) is unknown color: approx Chocolate. HEX triplet: C0, 68 and 10. RGB value is (192,104,16). Sum of RGB (Red+Green+Blue) = 192+104+16=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C06810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06810 is #3F97EF. Grayscale: #787878. Windows color (decimal): -4167664 or 1075392. OLE color: 1075392.

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

Color convert

RGB19210416-
CMYK00.460.920.25
HSL30º84.62%40.78%-
HSV(B)30º91.67%75.29%-
XYZ26.7821.143.16-
YUV120.2869.15179.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.54%
GREEN value IS 104 (41.02% from 255) = 33.33%
BLUE value IS 16 (6.64% from 255) = 5.13%
R=61.54%
G=33.33%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921041600.460.920.253084.6240.78
HexC0681002E5C191e5529
Octal30015020056134313612551
Binary110000001101000100000101110101110011001111101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06810; }

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

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

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

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

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

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

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

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