#685818

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

Shades of Costa Del Sol #685818

Tints of Costa Del Sol #685818

Color information

#685818 (or 0x685818) is unknown color: approx Costa Del Sol. HEX triplet: 68, 58 and 18. RGB value is (104,88,24). Sum of RGB (Red+Green+Blue) = 104+88+24=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #685818 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685818 is #97A7E7. Grayscale: #555555. Windows color (decimal): -9938920 or 1595496. OLE color: 1595496.

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

Color convert

RGB1048824-
CMYK00.150.770.59
HSL48º62.5%25.1%-
HSV(B)48º76.92%40.78%-
XYZ9.369.992.3-
YUV85.4993.3141.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.15%
GREEN value IS 88 (34.77% from 255) = 40.74%
BLUE value IS 24 (9.77% from 255) = 11.11%
R=48.15%
G=40.74%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104882400.150.770.594862.525.1
Hex6858180F4D3B303e19
Octal1501303001711573607631
Binary110100010110001100001111100110111101111000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685818; }

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

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

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

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

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

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

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

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