#685919

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

Shades of Costa Del Sol #685919

Tints of Costa Del Sol #685919

Color information

#685919 (or 0x685919) is unknown color: approx Costa Del Sol. HEX triplet: 68, 59 and 19. RGB value is (104,89,25). Sum of RGB (Red+Green+Blue) = 104+89+25=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #685919 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685919 is #97A6E6. Grayscale: #565656. Windows color (decimal): -9938663 or 1661288. OLE color: 1661288.

HSL color Cylindrical-coordinate representation of color #685919: hue angle of 48.61º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #685919 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB1048925-
CMYK00.140.760.59
HSL48.61º61.24%25.29%-
HSV(B)48.61º75.96%40.78%-
XYZ9.4610.162.38-
YUV86.1993.47140.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.71%
GREEN value IS 89 (35.16% from 255) = 40.83%
BLUE value IS 25 (10.16% from 255) = 11.47%
R=47.71%
G=40.83%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104892500.140.760.5948.6161.2425.29
Hex6859190E4C3B313d19
Octal1501313101611473617531
Binary110100010110011100101110100110011101111000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685919; }

 p { color: rgb(104,89,25); }

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

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

 a { background-color: rgb(104,89,25); }

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

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

 span { border-color: rgb(104,89,25); }

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