#685C19

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

Shades of Costa Del Sol #685C19

Tints of Costa Del Sol #685C19

Color information

#685C19 (or 0x685C19) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5C and 19. RGB value is (104,92,25). Sum of RGB (Red+Green+Blue) = 104+92+25=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #685C19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685C19 is #97A3E6. Grayscale: #585858. Windows color (decimal): -9937895 or 1662056. OLE color: 1662056.

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

Color convert

RGB1049225-
CMYK00.120.760.59
HSL50.89º61.24%25.29%-
HSV(B)50.89º75.96%40.78%-
XYZ9.7110.672.47-
YUV87.9592.48139.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.06%
GREEN value IS 92 (36.33% from 255) = 41.63%
BLUE value IS 25 (10.16% from 255) = 11.31%
R=47.06%
G=41.63%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104922500.120.760.5950.8961.2425.29
Hex685C190C4C3B333d19
Octal1501343101411473637531
Binary110100010111001100101100100110011101111001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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