#685F18

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

Shades of Costa Del Sol #685F18

Tints of Costa Del Sol #685F18

Color information

#685F18 (or 0x685F18) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5F and 18. RGB value is (104,95,24). Sum of RGB (Red+Green+Blue) = 104+95+24=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 24 (9.77% from 255 or 10.76% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #685F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685F18 is #97A0E7. Grayscale: #595959. Windows color (decimal): -9937128 or 1597288. OLE color: 1597288.

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

Color convert

RGB1049524-
CMYK00.090.770.59
HSL53.25º62.5%25.1%-
HSV(B)53.25º76.92%40.78%-
XYZ9.9711.192.5-
YUV89.690.98138.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.64%
GREEN value IS 95 (37.5% from 255) = 42.60%
BLUE value IS 24 (9.77% from 255) = 10.76%
R=46.64%
G=42.60%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104952400.090.770.5953.2562.525.1
Hex685F18094D3B353e19
Octal1501373001111573657631
Binary110100010111111100001001100110111101111010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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