#685A20

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

Shades of Costa Del Sol #685A20

Tints of Costa Del Sol #685A20

Color information

#685A20 (or 0x685A20) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5A and 20. RGB value is (104,90,32). Sum of RGB (Red+Green+Blue) = 104+90+32=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #685A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A20 is #97A5DF. Grayscale: #575757. Windows color (decimal): -9938400 or 2120296. OLE color: 2120296.

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

Color convert

RGB1049032-
CMYK00.130.690.59
HSL48.33º52.94%26.67%-
HSV(B)48.33º69.23%40.78%-
XYZ9.6310.362.86-
YUV87.5796.64139.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.02%
GREEN value IS 90 (35.55% from 255) = 39.82%
BLUE value IS 32 (12.89% from 255) = 14.16%
R=46.02%
G=39.82%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104903200.130.690.5948.3352.9426.67
Hex685A200D453B30351b
Octal1501324001510573606533
Binary1101000101101010000001101100010111101111000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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