#686116

Color #686116 Costa Del Sol (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Costa Del Sol #686116

Tints of Costa Del Sol #686116

Color information

#686116 (or 0x686116) is unknown color: approx Costa Del Sol. HEX triplet: 68, 61 and 16. RGB value is (104,97,22). Sum of RGB (Red+Green+Blue) = 104+97+22=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #686116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686116 is #979EE9. Grayscale: #5A5A5A. Windows color (decimal): -9936618 or 1466728. OLE color: 1466728.

HSL color Cylindrical-coordinate representation of color #686116: hue angle of 54.88º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #686116 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB1049722-
CMYK00.070.790.59
HSL54.88º65.08%24.71%-
HSV(B)54.88º78.85%40.78%-
XYZ10.1311.552.45-
YUV90.5489.32137.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.64%
GREEN value IS 97 (38.28% from 255) = 43.50%
BLUE value IS 22 (8.98% from 255) = 9.87%
R=46.64%
G=43.50%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104972200.070.790.5954.8865.0824.71
Hex686116074F3B374119
Octal1501412607117736710131
Binary110100011000011011001111001111111011110111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686116; }

 p { color: rgb(104,97,22); }

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

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

 a { background-color: rgb(104,97,22); }

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

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

 span { border-color: rgb(104,97,22); }

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