#685E2F

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

Shades of Costa Del Sol #685E2F

Tints of Costa Del Sol #685E2F

Color information

#685E2F (or 0x685E2F) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5E and 2F. RGB value is (104,94,47). Sum of RGB (Red+Green+Blue) = 104+94+47=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #685E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685E2F is #97A1D0. Grayscale: #5B5B5B. Windows color (decimal): -9937361 or 3104360. OLE color: 3104360.

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

Color convert

RGB1049447-
CMYK00.100.550.59
HSL49.47º37.75%29.61%-
HSV(B)49.47º54.81%40.78%-
XYZ10.2211.154.3-
YUV91.63102.81136.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 94 (37.11% from 255) = 38.37%
BLUE value IS 47 (18.75% from 255) = 19.18%
R=42.45%
G=38.37%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104944700.100.550.5949.4737.7529.61
Hex685E2F0A373B31261e
Octal150136570126773614636
Binary110100010111101011110101011011111101111000110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,94,47); }

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

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

 a { background-color: rgb(104,94,47); }

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

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

 span { border-color: rgb(104,94,47); }

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