#C06B0E

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

Shades of Chocolate #C06B0E

Tints of Chocolate #C06B0E

Color information

#C06B0E (or 0xC06B0E) is unknown color: approx Chocolate. HEX triplet: C0, 6B and 0E. RGB value is (192,107,14). Sum of RGB (Red+Green+Blue) = 192+107+14=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06B0E is #3F94F1. Grayscale: #7A7A7A. Windows color (decimal): -4166898 or 945088. OLE color: 945088.

HSL color Cylindrical-coordinate representation of color #C06B0E: hue angle of 31.35º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C06B0E is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB19210714-
CMYK00.440.930.25
HSL31.35º86.41%40.39%-
HSV(B)31.35º92.71%75.29%-
XYZ27.0821.753.19-
YUV121.8167.16178.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.34%
GREEN value IS 107 (42.19% from 255) = 34.19%
BLUE value IS 14 (5.86% from 255) = 4.47%
R=61.34%
G=34.19%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921071400.440.930.2531.3586.4140.39
HexC06BE02C5D191f5628
Octal30015316054135313712650
Binary11000000110101111100101100101110111001111111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06B0E; }

 p { color: rgb(192,107,14); }

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

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

 a { background-color: rgb(192,107,14); }

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

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

 span { border-color: rgb(192,107,14); }

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