#685A17

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

Shades of Costa Del Sol #685A17

Tints of Costa Del Sol #685A17

Color information

#685A17 (or 0x685A17) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5A and 17. RGB value is (104,90,23). Sum of RGB (Red+Green+Blue) = 104+90+23=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 23 (9.38% from 255 or 10.60% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #685A17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685A17 is #97A5E8. Grayscale: #565656. Windows color (decimal): -9938409 or 1530472. OLE color: 1530472.

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

Color convert

RGB1049023-
CMYK00.130.780.59
HSL49.63º63.78%24.9%-
HSV(B)49.63º77.88%40.78%-
XYZ9.5210.322.3-
YUV86.5592.14140.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.93%
GREEN value IS 90 (35.55% from 255) = 41.47%
BLUE value IS 23 (9.38% from 255) = 10.60%
R=47.93%
G=41.47%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104902300.130.780.5949.6363.7824.9
Hex685A170D4E3B324019
Octal15013227015116736210031
Binary1101000101101010111011011001110111011110010100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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