#686518

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

Shades of Costa Del Sol #686518

Tints of Costa Del Sol #686518

Color information

#686518 (or 0x686518) is unknown color: approx Costa Del Sol. HEX triplet: 68, 65 and 18. RGB value is (104,101,24). Sum of RGB (Red+Green+Blue) = 104+101+24=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #686518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686518 is #979AE7. Grayscale: #5D5D5D. Windows color (decimal): -9935592 or 1598824. OLE color: 1598824.

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

Color convert

RGB10410124-
CMYK00.030.770.59
HSL57.75º62.5%25.1%-
HSV(B)57.75º76.92%40.78%-
XYZ10.5312.322.69-
YUV93.1288.99135.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.41%
GREEN value IS 101 (39.84% from 255) = 44.10%
BLUE value IS 24 (9.77% from 255) = 10.48%
R=45.41%
G=44.10%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041012400.030.770.5957.7562.525.1
Hex686518034D3B3a3e19
Octal150145300311573727631
Binary1101000110010111000011100110111101111101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686518; }

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

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

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

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

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

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

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

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