#685A1B

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

Shades of Costa Del Sol #685A1B

Tints of Costa Del Sol #685A1B

Color information

#685A1B (or 0x685A1B) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5A and 1B. RGB value is (104,90,27). Sum of RGB (Red+Green+Blue) = 104+90+27=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #685A1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A1B is #97A5E4. Grayscale: #575757. Windows color (decimal): -9938405 or 1792616. OLE color: 1792616.

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

Color convert

RGB1049027-
CMYK00.130.740.59
HSL49.09º58.78%25.69%-
HSV(B)49.09º74.04%40.78%-
XYZ9.5610.332.53-
YUV8794.14140.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.06%
GREEN value IS 90 (35.55% from 255) = 40.72%
BLUE value IS 27 (10.94% from 255) = 12.22%
R=47.06%
G=40.72%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104902700.130.740.5949.0958.7825.69
Hex685A1B0D4A3B313b1a
Octal1501323301511273617332
Binary110100010110101101101101100101011101111000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,90,27); }

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

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

 a { background-color: rgb(104,90,27); }

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

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

 span { border-color: rgb(104,90,27); }

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