#686118

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

Shades of Costa Del Sol #686118

Tints of Costa Del Sol #686118

Color information

#686118 (or 0x686118) is unknown color: approx Costa Del Sol. HEX triplet: 68, 61 and 18. RGB value is (104,97,24). Sum of RGB (Red+Green+Blue) = 104+97+24=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #686118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686118 is #979EE7. Grayscale: #5B5B5B. Windows color (decimal): -9936616 or 1597800. OLE color: 1597800.

HSL color Cylindrical-coordinate representation of color #686118: hue angle of 54.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 #686118 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB1049724-
CMYK00.070.770.59
HSL54.75º62.5%25.1%-
HSV(B)54.75º76.92%40.78%-
XYZ10.1511.562.56-
YUV90.7790.32137.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 97 (38.28% from 255) = 43.11%
BLUE value IS 24 (9.77% from 255) = 10.67%
R=46.22%
G=43.11%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104972400.070.770.5954.7562.525.1
Hex686118074D3B373e19
Octal150141300711573677631
Binary11010001100001110000111100110111101111011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686118; }

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

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

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

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

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

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

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

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