#685920

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

Shades of Costa Del Sol #685920

Tints of Costa Del Sol #685920

Color information

#685920 (or 0x685920) is unknown color: approx Costa Del Sol. HEX triplet: 68, 59 and 20. RGB value is (104,89,32). Sum of RGB (Red+Green+Blue) = 104+89+32=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #685920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685920 is #97A6DF. Grayscale: #575757. Windows color (decimal): -9938656 or 2120040. OLE color: 2120040.

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

Color convert

RGB1048932-
CMYK00.140.690.59
HSL47.5º52.94%26.67%-
HSV(B)47.5º69.23%40.78%-
XYZ9.5410.192.83-
YUV86.9996.97140.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 89 (35.16% from 255) = 39.56%
BLUE value IS 32 (12.89% from 255) = 14.22%
R=46.22%
G=39.56%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104893200.140.690.5947.552.9426.67
Hex6859200E453B30351b
Octal1501314001610573606533
Binary1101000101100110000001110100010111101111000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685920; }

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

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

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

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

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

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

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

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