#685819

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

Shades of Costa Del Sol #685819

Tints of Costa Del Sol #685819

Color information

#685819 (or 0x685819) is unknown color: approx Costa Del Sol. HEX triplet: 68, 58 and 19. RGB value is (104,88,25). Sum of RGB (Red+Green+Blue) = 104+88+25=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #685819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685819 is #97A7E6. Grayscale: #555555. Windows color (decimal): -9938919 or 1661032. OLE color: 1661032.

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

Color convert

RGB1048825-
CMYK00.150.760.59
HSL47.85º61.24%25.29%-
HSV(B)47.85º75.96%40.78%-
XYZ9.379.992.35-
YUV85.693.8141.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.93%
GREEN value IS 88 (34.77% from 255) = 40.55%
BLUE value IS 25 (10.16% from 255) = 11.52%
R=47.93%
G=40.55%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104882500.150.760.5947.8561.2425.29
Hex6858190F4C3B303d19
Octal1501303101711473607531
Binary110100010110001100101111100110011101111000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685819; }

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

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

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

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

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

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

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

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