#685A16

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

Shades of Costa Del Sol #685A16

Tints of Costa Del Sol #685A16

Color information

#685A16 (or 0x685A16) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5A and 16. RGB value is (104,90,22). Sum of RGB (Red+Green+Blue) = 104+90+22=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #685A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685A16 is #97A5E9. Grayscale: #565656. Windows color (decimal): -9938410 or 1464936. OLE color: 1464936.

HSL color Cylindrical-coordinate representation of color #685A16: hue angle of 49.76º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #685A16 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB1049022-
CMYK00.130.790.59
HSL49.76º65.08%24.71%-
HSV(B)49.76º78.85%40.78%-
XYZ9.5110.312.25-
YUV86.4391.64140.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.15%
GREEN value IS 90 (35.55% from 255) = 41.67%
BLUE value IS 22 (8.98% from 255) = 10.19%
R=48.15%
G=41.67%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104902200.130.790.5949.7665.0824.71
Hex685A160D4F3B324119
Octal15013226015117736210131
Binary1101000101101010110011011001111111011110010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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