#686517

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

Shades of Costa Del Sol #686517

Tints of Costa Del Sol #686517

Color information

#686517 (or 0x686517) is unknown color: approx Costa Del Sol. HEX triplet: 68, 65 and 17. RGB value is (104,101,23). Sum of RGB (Red+Green+Blue) = 104+101+23=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 23 (9.38% from 255 or 10.09% from 228); Max value from RGB is 104 - color contains mainly: red. Hex color #686517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686517 is #979AE8. Grayscale: #5D5D5D. Windows color (decimal): -9935593 or 1533288. OLE color: 1533288.

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

Color convert

RGB10410123-
CMYK00.030.780.59
HSL57.78º63.78%24.9%-
HSV(B)57.78º77.88%40.78%-
XYZ10.5212.312.63-
YUV9388.49135.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.61%
GREEN value IS 101 (39.84% from 255) = 44.30%
BLUE value IS 23 (9.38% from 255) = 10.09%
R=45.61%
G=44.30%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041012300.030.780.5957.7863.7824.9
Hex686517034E3B3a4019
Octal1501452703116737210031
Binary11010001100101101110111001110111011111010100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686517; }

 p { color: rgb(104,101,23); }

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

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

 a { background-color: rgb(104,101,23); }

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

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

 span { border-color: rgb(104,101,23); }

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