#685b1e

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

Shades of Costa Del Sol #685B1E

Tints of Costa Del Sol #685B1E

Color information

#685B1E (or 0x685B1E) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5B and 1E. RGB value is (104,91,30). Sum of RGB (Red+Green+Blue) = 104+91+30=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #685B1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B1E is #97A4E1. Grayscale: #585858. Windows color (decimal): -9938146 or 1989480. OLE color: 1989480.

HSL color Cylindrical-coordinate representation of color #685B1E: hue angle of 49.46º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #685B1E is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB1049130-
CMYK00.120.710.59
HSL49.46º55.22%26.27%-
HSV(B)49.46º71.15%40.78%-
XYZ9.6810.522.75-
YUV87.9395.31139.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 91 (35.94% from 255) = 40.44%
BLUE value IS 30 (12.11% from 255) = 13.33%
R=46.22%
G=40.44%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104913000.120.710.5949.4655.2226.27
Hex685B1E0C473B31371a
Octal1501333601410773616732
Binary110100010110111111001100100011111101111000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685b1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,91,30); }

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

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

 a { background-color: rgb(104,91,30); }

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

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

 span { border-color: rgb(104,91,30); }

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