#685B1A

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

Shades of Costa Del Sol #685B1A

Tints of Costa Del Sol #685B1A

Color information

#685B1A (or 0x685B1A) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5B and 1A. RGB value is (104,91,26). Sum of RGB (Red+Green+Blue) = 104+91+26=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #685B1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B1A is #97A4E5. Grayscale: #575757. Windows color (decimal): -9938150 or 1727336. OLE color: 1727336.

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

Color convert

RGB1049126-
CMYK00.120.750.59
HSL50º60%25.49%-
HSV(B)50º75%40.78%-
XYZ9.6410.52.5-
YUV87.4893.31139.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.06%
GREEN value IS 91 (35.94% from 255) = 41.18%
BLUE value IS 26 (10.55% from 255) = 11.76%
R=47.06%
G=41.18%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104912600.120.750.59506025.49
Hex685B1A0C4B3B323c19
Octal1501333201411373627431
Binary110100010110111101001100100101111101111001011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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