#685D1E

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

Shades of Costa Del Sol #685D1E

Tints of Costa Del Sol #685D1E

Color information

#685D1E (or 0x685D1E) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5D and 1E. RGB value is (104,93,30). Sum of RGB (Red+Green+Blue) = 104+93+30=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #685D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685D1E is #97A2E1. Grayscale: #595959. Windows color (decimal): -9937634 or 1989992. OLE color: 1989992.

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

Color convert

RGB1049330-
CMYK00.110.710.59
HSL51.08º55.22%26.27%-
HSV(B)51.08º71.15%40.78%-
XYZ9.8610.872.81-
YUV89.1194.64138.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.81%
GREEN value IS 93 (36.72% from 255) = 40.97%
BLUE value IS 30 (12.11% from 255) = 13.22%
R=45.81%
G=40.97%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104933000.110.710.5951.0855.2226.27
Hex685D1E0B473B33371a
Octal1501353601310773636732
Binary110100010111011111001011100011111101111001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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