#685A18

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

Shades of Costa Del Sol #685A18

Tints of Costa Del Sol #685A18

Color information

#685A18 (or 0x685A18) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5A and 18. RGB value is (104,90,24). Sum of RGB (Red+Green+Blue) = 104+90+24=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #685A18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685A18 is #97A5E7. Grayscale: #565656. Windows color (decimal): -9938408 or 1596008. OLE color: 1596008.

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

Color convert

RGB1049024-
CMYK00.130.770.59
HSL49.5º62.5%25.1%-
HSV(B)49.5º76.92%40.78%-
XYZ9.5310.322.35-
YUV86.6692.64140.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.71%
GREEN value IS 90 (35.55% from 255) = 41.28%
BLUE value IS 24 (9.77% from 255) = 11.01%
R=47.71%
G=41.28%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104902400.130.770.5949.562.525.1
Hex685A180D4D3B323e19
Octal1501323001511573627631
Binary110100010110101100001101100110111101111001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685A18; }

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

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

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

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

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

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

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

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